mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 23:28:08 +01:00
Fix SUPERUSER postgres command (#9877)
This commit is contained in:
parent
a53dcaa298
commit
01bc2f84a9
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ table #{table}.
|
||||||
If you are using PostgreSQL you can solve this by logging in to the GitLab
|
If you are using PostgreSQL you can solve this by logging in to the GitLab
|
||||||
database (#{dbname}) using a super user and running:
|
database (#{dbname}) using a super user and running:
|
||||||
|
|
||||||
ALTER #{user} WITH SUPERUSER
|
ALTER USER #{user} WITH SUPERUSER
|
||||||
|
|
||||||
For MySQL you instead need to run:
|
For MySQL you instead need to run:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue