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
I'm getting this error when running supabase db start in CI (using supabase/setup-cli):
[...]
bd676e6cd7b2: Pull complete
Digest: sha256:5407d1da475c2ea8c87dec6069ef046995b26b19a7baf97a2f8feae5ea3cb605
Status: Downloaded newer image for ghcr.io/supabase/postgres:14.1.0.89
Error: ERROR: role "pgbouncer" already exists (SQLSTATE 42710)
At statement 11: CREATE ROLE pgbouncer
Try rerunning the command with --debug to troubleshoot the error.
Error: Process completed with exit code 1.
My SQL migrations have nothing mentioning pgbouncer. It started happening without any schema changes