Import json workflow in n8n docker

and how to recover the workflows at once, I tried the cli but I am not able to recover my workflouw , is there any flow that does this? my flows are all in google drive already in json format

I’ve tried everything I can and it doesn’t work

Hi @alceni - thanks for posting, and sorry to hear you’re having trouble with this?

When you try to import from the CLI, are you running these commands?

docker exec -it -u node n8n n8n import:workflow --separate --input /yourfolder/here
exec -it -u node n8n n8n update:workflow --all --active=true

Another user mentioned that if you run the commands as node, they should work:

Can you give these a try and see if they fix it up for you?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.