summaryrefslogtreecommitdiff
path: root/doc/update/7.14-to-8.0.md
diff options
context:
space:
mode:
authorChia Yu Pai <fantasyatelier@gmail.com>2015-09-24 00:35:22 +0800
committerChia Yu Pai <fantasyatelier@gmail.com>2015-09-24 00:35:22 +0800
commitb57bc0389e6d11063e8ed0413e5ac2d3db23c42e (patch)
treee82b8e27c789362597e018e25056a75dd32dc9cd /doc/update/7.14-to-8.0.md
parentcfe663407844f55565e8b7e101f05fc24315e2ff (diff)
downloadgitlab-ce-b57bc0389e6d11063e8ed0413e5ac2d3db23c42e.tar.gz
Update 7.14-to-8.0.md
Add missing path change back
Diffstat (limited to 'doc/update/7.14-to-8.0.md')
-rw-r--r--doc/update/7.14-to-8.0.md1
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 2c7003ed063..392d8ed12b9 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
```