Skip to content

Fix Postgres 15+ schema permissions in setup docs#26

Merged
selfcontained merged 1 commit into
mainfrom
fix/postgres-schema-permissions
Mar 10, 2026
Merged

Fix Postgres 15+ schema permissions in setup docs#26
selfcontained merged 1 commit into
mainfrom
fix/postgres-schema-permissions

Conversation

@selfcontained

Copy link
Copy Markdown
Owner

Summary

  • Add GRANT ALL ON SCHEMA public TO dispatch to the database setup SQL
  • PostgreSQL 15+ revoked default CREATE privileges on the public schema, so without this the dispatch role can't create tables during migrations

Found during first real setup on a new machine.

🤖 Generated with Claude Code

PostgreSQL 15+ revoked default CREATE privileges on the public schema.
Add GRANT ALL ON SCHEMA public TO dispatch so migrations can create tables.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@selfcontained
selfcontained merged commit 092cd04 into main Mar 10, 2026
1 check passed
@selfcontained
selfcontained deleted the fix/postgres-schema-permissions branch April 9, 2026 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant