diff options
author | John McGehee <gitlab@johnnado.com> | 2016-09-29 20:38:43 +0000 |
---|---|---|
committer | John McGehee <gitlab@johnnado.com> | 2016-09-29 20:38:43 +0000 |
commit | 069d739efd17d8a6af5f3798a37e8f2cbfb02e5b (patch) | |
tree | 8dc1baf39a62791469f79763b1788b28f8a4f656 /doc/raketasks | |
parent | ec50d20d7ca90acb93ff7bf3dd45478a5b467682 (diff) | |
download | gitlab-ce-069d739efd17d8a6af5f3798a37e8f2cbfb02e5b.tar.gz |
Added "CI secret variables" per @axil.
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/backup_restore.md | 6 |
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 |