Describe the problem/error/question
Hello, good morning!
I am currently running my N8N on an EC2 instance, pointing to a database hosted on the AWS RDS service. However, due to the high costs of RDS, I am migrating my data from this database to a new, lower-cost database. Additionally, I’ve started using N8N as a docker-compose service, rather than starting it directly via Docker.
However, after completing the data migration and logging into the application, it appears that my credentials for accessing external services no longer work. They are still displayed in the list, but they don’t function.
To put it plainly, how can I fully migrate my N8N application to a new environment without losing anything at all?
Information on your n8n setup
- n8n version: latest
- Database (default: SQLite): postgresql
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Amazon Linux