diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-05-31 18:41:37 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-06 11:28:54 +0200 |
commit | 3c9686c96d46d1cd743179f5d3da179e4de6a428 (patch) | |
tree | aeb6bd7579a57f2b8d167bc929b70463a539397e /doc/raketasks | |
parent | bb6b73cf3c64a6f963e6afc657cab937db46564b (diff) | |
download | gitlab-ce-3c9686c96d46d1cd743179f5d3da179e4de6a428.tar.gz |
Rename Secret variables -> variables
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/backup_restore.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index 5faae7ca2d6..95221d8b6b1 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -492,8 +492,8 @@ directory (repositories, uploads). 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, -[CI secret variables](../ci/variables/README.md#secret-variables), and -secret variables used for [two-factor authentication](../user/profile/account/two_factor_authentication.md). +[CI/CD variables](../ci/variables/README.md#variables), and +variables used for [two-factor authentication](../user/profile/account/two_factor_authentication.md). If you fail to restore this encryption key file along with the application data backup, users with two-factor authentication enabled and GitLab Runners will lose access to your GitLab server. |