Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix SUPERUSER postgres command (mastodon#9877)
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan authored and Gargron committed Jan 27, 2019
1 parent a53dcaa commit 01bc2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mastodon/migration_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ def check_trigger_permissions!(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:
Expand Down

0 comments on commit 01bc2f8

Please sign in to comment.