diff options
author | Davin Walker <dishcandanty@gmail.com> | 2018-11-28 16:07:53 -0700 |
---|---|---|
committer | Davin Walker <dishcandanty@gmail.com> | 2018-11-28 16:07:53 -0700 |
commit | d34e4ba91b41e6d02dc2eb7504560ba056822d66 (patch) | |
tree | 4ef39fe52af0fb9795aac5dd55045e2d05c08bbb /doc/raketasks | |
parent | 335434ca989ed018f1a1d1d25b3296563d6d19ad (diff) | |
download | gitlab-ce-d34e4ba91b41e6d02dc2eb7504560ba056822d66.tar.gz |
Add clarification on Host Keys
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/backup_restore.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index 18c9cd116f1..a63656fafef 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -604,6 +604,8 @@ 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. +You may also want to restore any TLS keys, certificates, or [SSH host keys](https://superuser.com/questions/532040/copy-ssh-keys-from-one-server-to-another-server/532079#532079). + Depending on your case, you might want to run the restore command with one or more of the following options: |