You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with PostreSQL 15, the CREATE privilege on public schema is revoked
from all users except the database owner.
Adding a connection to the Prosody database at container startup to manually
grant all privileges on the `public` schema, ensuring Prosody can create its
tables properly.
0 commit comments