Hey ppl, I am having some trouble to make a prisma...
# orm-help
n
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?
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
Hey, you mean you can't do
prisma export --path ./path/to/savefile.zip
?
n
yes @Sébastien
@divyendu Can you give me your thoughts, please?
h
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