Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-07-20 19:31:51 +0300
committerSean McGivern <sean@gitlab.com>2016-08-03 17:48:49 +0300
commit5fedd7d1fa482b99ec8f73eb7ff866550bbd5188 (patch)
tree8672491123b3f764d1b8518d6677a77486e647b0 /doc/raketasks
parent732ad2f6c1cfe126c0b2080c6e8d0fe3e77c4d1e (diff)
Mention that gitlab.rb needs to be kept
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/backup_restore.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md
index b48a3ea00f4..40cc21f8f89 100644
--- a/doc/raketasks/backup_restore.md
+++ b/doc/raketasks/backup_restore.md
@@ -11,13 +11,13 @@ You can only restore a backup to exactly the same version of GitLab that you cre
on, for example 7.2.1. The best way to migrate your repositories from one server to
another is through backup restore.
-You need to keep a separate copy of `/etc/gitlab/gitlab-secrets.json` (for
-omnibus packages) or `/home/git/gitlab/config/secrets.yml` (for installations
-from source). This file contains the database encryption keys used for
-two-factor authentication and project import credentials, among other things. If
-you restore a GitLab backup without restoring the database encryption key, users
-who have two-factor authentication enabled will lose access to your GitLab
-server.
+You need to keep separate copies of `/etc/gitlab/gitlab-secrets.json` and
+`/etc/gitlab/gitlab.rb` (for omnibus packages) or
+`/home/git/gitlab/config/secrets.yml` (for installations from source). This file
+contains the database encryption keys used for two-factor authentication and
+project import credentials, among other things. If you restore a GitLab backup
+without restoring the database encryption key, users who have two-factor
+authentication enabled will lose access to your GitLab server.
```
# use this command if you've installed GitLab with the Omnibus package