mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 12:06:11 +10:00
Merge branch 'rs-fix-update-guide' into 'master'
Fix 7.14 to 8.0 update guide [ci skip] See merge request !1319
This commit is contained in:
@@ -99,8 +99,9 @@ Don't store it in the same place as your database backups,
|
||||
otherwise your secrets are exposed if one of your backups is compromised.
|
||||
|
||||
```
|
||||
sudo -u gitlab_ci -H cp config/secrets.yml.example config/secrets.yml
|
||||
sudo -u gitlab_ci -H chmod 0600 config/secrets.yml
|
||||
sudo -u gitlab -H cp config/secrets.yml.example config/secrets.yml
|
||||
sudo -u gitlab -H chmod 0600 config/secrets.yml
|
||||
```
|
||||
|
||||
### 7. Install libs, migrations, etc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user