astro / buzzrelay

Source to relay.fedi.buzz: relay the streaming API of Mastodon instances
https://relay.fedi.buzz
GNU Affero General Public License v3.0
70 stars 9 forks source link

Replace ensurePermissions with ensureDBOwnership which is required in… #18

Closed SuperSandro2000 closed 1 month ago

SuperSandro2000 commented 1 month ago

…n NixOS 24.05

SuperSandro2000 commented 1 month ago

The following SQL commands need to be run in the postgres to fix the ownership:

REASSIGN OWNED BY relay TO buzzrelay;
DROP OWNED BY relay;
DROP ROLE relay;