diff options
author | Robert Schilling <Razer6@users.noreply.github.com> | 2015-09-24 20:55:55 +0200 |
---|---|---|
committer | Robert Schilling <Razer6@users.noreply.github.com> | 2015-09-24 20:55:55 +0200 |
commit | 83c9752e04c3d1040191fc68817c0e2a6058a7e3 (patch) | |
tree | ecd373d2be5a5b2ffe69ad26ac4d3db365495d5a /doc/update/7.14-to-8.0.md | |
parent | 1fef314df26a05bb204263129b12925ccfca0a90 (diff) | |
parent | b57bc0389e6d11063e8ed0413e5ac2d3db23c42e (diff) | |
download | gitlab-ce-83c9752e04c3d1040191fc68817c0e2a6058a7e3.tar.gz |
Merge pull request #9664 from fantasywind/patch-1
Update 7.14-to-8.0.md
Diffstat (limited to 'doc/update/7.14-to-8.0.md')
-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 ``` |