summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.