summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McGehee <gitlab@johnnado.com>2016-09-29 20:38:43 +0000
committerJohn McGehee <gitlab@johnnado.com>2016-09-29 20:38:43 +0000
commit069d739efd17d8a6af5f3798a37e8f2cbfb02e5b (patch)
tree8dc1baf39a62791469f79763b1788b28f8a4f656
parentec50d20d7ca90acb93ff7bf3dd45478a5b467682 (diff)
downloadgitlab-ce-069d739efd17d8a6af5f3798a37e8f2cbfb02e5b.tar.gz
Added "CI secret variables" per @axil.
-rw-r--r--doc/raketasks/backup_restore.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md
index faa7e9eaa44..91c2df7d464 100644
--- a/doc/raketasks/backup_restore.md
+++ b/doc/raketasks/backup_restore.md
@@ -15,9 +15,9 @@ another is through backup restore.
To restore a backup, you will also need to restore `/etc/gitlab/gitlab-secrets.json`
(for omnibus packages) or `/home/git/gitlab/.secret` (for installations
-from source). This file contains the database encryption key used
-for two-factor authentication. If you fail to restore this encryption key file
-along with the application data backup, users with two-factor
+from source). This file contains the database encryption key and CI secret
+variables used for two-factor authentication. If you fail to restore this
+encryption key file along with the application data backup, users with two-factor
authentication enabled will lose access to your GitLab server.
## Create a backup of the GitLab system