pg_restore: from TOC entry 3540; 1262 12974 DATABASE postgres postgrespg_restore: error: could not execute query: ERROR: cannot drop the currently open database
pg_restore: from TOC entry 3540; 1262 12974 DATABASE postgres postgrespg_restore: error: could not execute query: ERROR: cannot drop the currently open database
When i
psql
psql
and
create database temp;\c temp;drop database postgres with (force);
create database temp;\c temp;drop database postgres with (force);
I get
ERROR: database "postgres" is used by an active logical replication slotDETAIL: There is 1 active slot.
ERROR: database "postgres" is used by an active logical replication slotDETAIL: There is 1 active slot.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.