diff options
author | Chia Yu Pai <fantasyatelier@gmail.com> | 2015-09-24 00:35:22 +0800 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-09-24 15:51:09 -0400 |
commit | 3e0372289e11f369ada3c10855e7cccd45814e54 (patch) | |
tree | c8b49eeb5e681ef4743650263622a052f71aea5a | |
parent | 199448781a0db5a5e07af7235fb3de007db7febc (diff) | |
download | gitlab-ce-3e0372289e11f369ada3c10855e7cccd45814e54.tar.gz |
Update 7.14-to-8.0.md
Add missing path change back
-rw-r--r-- | doc/update/7.14-to-8.0.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md index 1249e0f6bdd..ed5c6c99e78 100644 --- a/doc/update/7.14-to-8.0.md +++ b/doc/update/7.14-to-8.0.md @@ -99,6 +99,7 @@ Don't store it in the same place as your database backups, otherwise your secrets are exposed if one of your backups is compromised. ``` +cd /home/git/gitlab sudo -u git -H cp config/secrets.yml.example config/secrets.yml sudo -u git -H chmod 0600 config/secrets.yml ``` |