Hey ppl, I am having some trouble to make a prisma export ...I am using a graphql server hosted in heroku. I think the heroku timeout don't let me finish this process... any suggestion on how to execute a this export?
Naka
01/23/2019, 1:37 PM
I think one way should be running a docker instance of the prisma server pointing to my heroku`s DB and try to make the export locally
s
Sébastien
01/23/2019, 3:05 PM
Hey, you mean you can't do
prisma export --path ./path/to/savefile.zip
?
n
Naka
01/23/2019, 3:36 PM
yes @Sébastien
Naka
01/23/2019, 9:05 PM
@divyendu Can you give me your thoughts, please?
h
Harshit
01/26/2019, 12:43 PM
Hi,
Indeed you can use a local prisma installation to export it. You can find the database credentials in the config section part of the setting. If you have any problem feel free to follow up in more detail