Browse Source

Fix SUPERUSER postgres command (#9877)

pull/4/head
Stanislas 5 years ago
committed by Eugen Rochko
parent
commit
01bc2f84a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/mastodon/migration_helpers.rb

+ 1
- 1
lib/mastodon/migration_helpers.rb 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:

Loading…
Cancel
Save