diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-12-13 17:24:56 +0100 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-12-13 17:24:56 +0100 |
commit | 3615b4de24d584441ab3e26e5db662f7fb3d41fa (patch) | |
tree | 0dc090c8455d7e6019d99bfa9f8d8f23797d4a90 /doc/raketasks | |
parent | 2497273030e80bd7e4f891c7500901c0a38abea1 (diff) | |
parent | 762d8d3271c17f295a45d59701c7354fc9702a3d (diff) | |
download | gitlab-ce-3615b4de24d584441ab3e26e5db662f7fb3d41fa.tar.gz |
Merge pull request #8359 from bbodenmiller/patch-1
add details on backing up your SSH host keys
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 79580029f80..f9d2f5dc4eb 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 |