Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-09-16 22:26:15 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-09-16 22:26:15 +0300
commit1ff7833e8ce0e702ea2f5c5861f7231425b367f0 (patch)
treefd5237975057e2730a2da4919b239ee63de93914 /doc/update
parent19a63b0ddff7e414598d1b23457b41cc89b662a1 (diff)
sudo user is gitlab, not gitlab_ci
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/7.14-to-8.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md
index 6a0b355b2ec..7736afb6df6 100644
--- a/doc/update/7.14-to-8.0.md
+++ b/doc/update/7.14-to-8.0.md
@@ -99,8 +99,8 @@ 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.