summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-13 12:06:45 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-13 12:06:45 +0200
commitbb1401985e55e0740ef037c5200f098de9ac8657 (patch)
tree5e62cdedb38633534e6339cfa09a6b991f923531 /doc
parent5120c8f59f6c49e7a3534dcd01e635cf215bf2ec (diff)
downloadgitlab-ci-bb1401985e55e0740ef037c5200f098de9ac8657.tar.gz
Update backup_restore.md
Diffstat (limited to 'doc')
-rw-r--r--doc/raketasks/backup_restore.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md
index c31545c..accc8bf 100644
--- a/doc/raketasks/backup_restore.md
+++ b/doc/raketasks/backup_restore.md
@@ -128,6 +128,8 @@ If you use an Omnibus package please see the [instructions in the readme to back
If you have a cookbook installation there should be a copy of your configuration in Chef.
If you have an installation from source:
1. please backup `config/secrets.yml` file that contains key to encrypt variables in database,
+but don't store it in the same place as your database backups.
+Otherwise your users secrets are exposed in case one of your backups is compromised.
1. please consider backing up your `application.yml` file,
1. any SSL keys and certificates,
1. and your [SSH host keys](https://superuser.com/questions/532040/copy-ssh-keys-from-one-server-to-another-server/532079#532079).