diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md index 6a0b355b2eca9ca8871cfa4968afd4bc4ec85cb6..7736afb6df656c6bcfcd231fe2639a657286f306 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.