Hey ppl, can I restore a prisma server from a previous prisma server postgres dump or it is only possible with the SDL export?
h
Harshit
03/07/2019, 4:06 PM
You can import from a SQL dump as well if your management schema is also dumped.
You will need to run prisma deploy after restoring the dump.
The management schema stores migration metadata in the migrations table so it required.