Commit 3e037228 authored by Chia Yu Pai's avatar Chia Yu Pai Committed by Robert Speicher

Update 7.14-to-8.0.md

Add missing path change back
parent 19944878
...@@ -99,6 +99,7 @@ Don't store it in the same place as your database backups, ...@@ -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. 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 cp config/secrets.yml.example config/secrets.yml
sudo -u git -H chmod 0600 config/secrets.yml sudo -u git -H chmod 0600 config/secrets.yml
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment