diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-14 12:16:10 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-14 12:16:17 +0200 |
commit | f51c65259068feab5fae0499245c55a71c266169 (patch) | |
tree | 7f6fa5f7c0a15e883b71a5f5dc88cbddd5c35f5e /doc/raketasks/backup_restore.md | |
parent | 4841977167eee77bc81552957716ac9c140120d2 (diff) | |
download | gitlab-ci-update-docs.tar.gz |
Update documentationupdate-docs
Diffstat (limited to 'doc/raketasks/backup_restore.md')
-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 accc8bf..eed12c4 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -129,7 +129,7 @@ If you have a cookbook installation there should be a copy of your configuration 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. +Otherwise your 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). |