I’ve been using N8N for over a month and its been amazing to automate my work. Just wanted to ask can we have a export & import credentials feature similar to the workflow one so whenever an update is release and the data is wiped we would be able too easily import the credentials and get the workflows running.
I found a workaround you can use the encryptionKey value from ‘.n8n/config’ file on your old instance and decrypt the credential values, as result you’ll get a json.
After you can encrypt this json with new encryptionKey of new DB and save new value.
Or even simple you can just copy both encryptionKey and credential values to new DB.
Here is online tool that you can use for encryption/decryption