diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-11-23 02:14:29 -0800 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-11-23 02:14:29 -0800 |
commit | 762d8d3271c17f295a45d59701c7354fc9702a3d (patch) | |
tree | b830a3277a185ee2acfec57776ac8aa8915ca2ea /doc/raketasks | |
parent | 20cd7a50be263f954ffc7157892e94aa09f78d04 (diff) | |
download | gitlab-ce-762d8d3271c17f295a45d59701c7354fc9702a3d.tar.gz |
add details on backing up your SSH host keys
Users need to backup SSH host keys if they want to do a complete restore
to the same domain and not have users get the `WARNING: REMOTE HOST
IDENTIFICATION HAS CHANGED!` message.
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/backup_restore.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index d2f0d6e7bc1..25e71c99dd3 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -137,7 +137,7 @@ with the name of your bucket: Please be informed that a backup does not store your configuration files. If you use an Omnibus package please see the [instructions in the readme to backup your configuration](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md#backup-and-restore-omnibus-gitlab-configuration). If you have a cookbook installation there should be a copy of your configuration in Chef. -If you have a manual installation please consider backing up your gitlab.yml file and any SSL keys and certificates. +If you have a manual installation please consider backing up your `gitlab.yml` file, any SSL keys and certificates, and your [SSH host keys](https://superuser.com/questions/532040/copy-ssh-keys-from-one-server-to-another-server/532079#532079). ## Restore a previously created backup |