how to pg_restore a supabase db
I am about to deploy a large number of migrations. Before doing that i would like to test them one more time against prod database but on localhost.
I have
Running
gives
When i
I get
but
How can i restore a database from a backup?
I have
pg_dumpall my prod instance.Running
gives
When i
psql and I get
but
pg_subscription is empty.How can i restore a database from a backup?