Skip to content
Snippets Groups Projects
Commit 83c9752e authored by Robert Schilling's avatar Robert Schilling
Browse files

Merge pull request #9664 from fantasywind/patch-1

Update 7.14-to-8.0.md
parents 1fef314d b57bc038
Branches
Tags
No related merge requests found
Pipeline #
Loading
@@ -99,6 +99,7 @@ Don't store it in the same place as your database backups,
Loading
@@ -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
``` ```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment