Has anyone seen a `prisma export` command from the...
# orm-help
l
Has anyone seen a
prisma export
command from the CLI hang? It gets stuck on `Downloading nodes...". This is connecting to a Prisma cluster on Digital Ocean. Is there anything I can do to see a debugging output?
d
Hey! Thanks for reaching out. You can use
export DEBUG=*
l
Thanks! I've tried that now but don't get any more output than "Downloading nodes..."
Ah, ignore me. Tried one more time and it was successful! Thanks for your help.
d
ah! case sensitive I think
export DEBUG=*
then run
prisma export
glad that it worked 👍