Also having issues with exports. Running into this...
# prisma-migrate
j
Also having issues with exports. Running into this issue: https://github.com/prisma/prisma/issues/4216 What is the best way to back up and restore from an older (but stable) Prisma setup? I have to access my live container directly? So far I've done everything through the Prisma CLI and have all my operations set up with that. If I could just figure out how to make export-import work (which is has before), I'd be solid. Don't plan to even bump versions or make any changes.
Doesn't make you confident when backups don't work properly...
t
Did you see my reply above to Arthur? The prisma export tool doesn’t really work unfortunately
I’m pretty sure there is now a message that pops up when you use it that they want you to use the native database import/export