summaryrefslogtreecommitdiff
path: root/doc/update/README.md
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2016-03-08 16:52:48 -0600
committerDrew Blessing <drew@gitlab.com>2016-03-21 21:16:34 -0500
commit5516b6c47fa493cb792ffe501221fe397d1500ae (patch)
treec2ed9cfc7d1af9f69c35b8cd776402016fb2a50c /doc/update/README.md
parent0305dd98b32b5a989f2b84e0810cf5ddc14abd7f (diff)
downloadgitlab-ce-5516b6c47fa493cb792ffe501221fe397d1500ae.tar.gz
Reload the schema before restoring a database backup
Diffstat (limited to 'doc/update/README.md')
-rw-r--r--doc/update/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/README.md b/doc/update/README.md
index 109d5de3fa2..0241f036830 100644
--- a/doc/update/README.md
+++ b/doc/update/README.md
@@ -15,3 +15,4 @@ Depending on the installation method and your GitLab version, there are multiple
- [MySQL to PostgreSQL](mysql_to_postgresql.md) guides you through migrating your database from MySQL to PostgreSQL.
- [MySQL installation guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/database_mysql.md) contains additional information about configuring GitLab to work with a MySQL database.
+- [Restoring from backup after a failed upgrade](restore_after_failure.md)