Import json workflow in n8n docker

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