summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-09-16 19:29:24 +0000
committerRobert Speicher <robert@gitlab.com>2015-09-16 19:29:24 +0000
commit2f237449799e3f0c98e18d974c2103e69e189e45 (patch)
treefd5237975057e2730a2da4919b239ee63de93914
parentd906dedec605fc91578c2e4986a006434165bf3c (diff)
parent1ff7833e8ce0e702ea2f5c5861f7231425b367f0 (diff)
downloadgitlab-ce-2f237449799e3f0c98e18d974c2103e69e189e45.tar.gz
Merge branch 'rs-fix-update-guide' into 'master'
Fix 7.14 to 8.0 update guide [ci skip] See merge request !1319
-rw-r--r--doc/update/7.14-to-8.0.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md
index 59415e98782..7736afb6df6 100644
--- a/doc/update/7.14-to-8.0.md
+++ b/doc/update/7.14-to-8.0.md
@@ -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.