diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-05-31 18:41:37 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-01 16:50:21 +0200 |
commit | 68115f72a996cf4584055fb6566c39b373d96761 (patch) | |
tree | 033b7db510d92ba2e0a06225324ef540bf2cb9c1 /doc/raketasks/backup_restore.md | |
parent | 52388feb644aae75f9f31ca71d019c1dfade3d28 (diff) | |
download | gitlab-ce-secret-variables-name.tar.gz |
Rename Secret variables -> variablessecret-variables-name
Diffstat (limited to 'doc/raketasks/backup_restore.md')
-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. |