summaryrefslogtreecommitdiff
path: root/doc/raketasks
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-05-31 18:41:37 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2018-06-06 11:28:54 +0200
commit3c9686c96d46d1cd743179f5d3da179e4de6a428 (patch)
treeaeb6bd7579a57f2b8d167bc929b70463a539397e /doc/raketasks
parentbb6b73cf3c64a6f963e6afc657cab937db46564b (diff)
downloadgitlab-ce-3c9686c96d46d1cd743179f5d3da179e4de6a428.tar.gz
Rename Secret variables -> variables
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/backup_restore.md4
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.