Fix SUPERUSER postgres command (#9877)

lolsob-rspec
Stanislas 2019-01-27 23:56:07 +01:00 committed by Eugen Rochko
parent b5feaa4d54
commit 92801eba9e
1 changed files with 1 additions and 1 deletions

View File

@ -889,7 +889,7 @@ table #{table}.
If you are using PostgreSQL you can solve this by logging in to the GitLab
database (#{dbname}) using a super user and running:
ALTER #{user} WITH SUPERUSER
ALTER USER #{user} WITH SUPERUSER
For MySQL you instead need to run: