We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to initialize pgroll on a local Postgres (running via docker using supabase/postgres image). I get the following error:
supabase/postgres
pgroll init --postgres-url 'postgres://postgres:postgres@localhost:5432/cal?sslmode=disable' ERROR Failed to initialize pgroll: pq: permission denied to create event trigger "pg_roll_handle_ddl" Error: pq: permission denied to create event trigger "pg_roll_handle_ddl"
What are the privileges to run pgroll init (and for it to function properly)?
The text was updated successfully, but these errors were encountered:
Supabase doesn't support event triggers, CREATE EVENT TRIGGER https://supabase.com/docs/guides/database/postgres/roles-superuser
CREATE EVENT TRIGGER
Sorry, something went wrong.
This also prevents pgroll from being used with Digital Ocean managed Postgres
No branches or pull requests
I am trying to initialize pgroll on a local Postgres (running via docker using
supabase/postgres
image). I get the following error:What are the privileges to run pgroll init (and for it to function properly)?
The text was updated successfully, but these errors were encountered: