Hello, i am migrating my n8n docker instance to a new n8n kubernetes deployment.
i created an admin user and then i started the migration.
First i tried the Migration Strategy mentioned in this thread Link to The THREAD
I followed the following official documentation to migrate the workflows and credentials : Link to the DOC
i used the following commands:
n8n export:workflow --id=<ID> --output=file.json
and
n8n export:credentials --all --decrypted --output=decrypted.json
and for the restore
i used the following commands
n8n import:workflow --input=file.json
and
n8n import:credentials --input=decrypted.json
in my new instance, i can see the workflows but i don’t see the users
any idea why the users didn’t appear ?