I’m running n8n in Docker with an external Postgres database configured. However, whenever I restart the n8n service, all of my credentials are lost and I have to manually set them again.
Has anyone else faced this issue? Is there a recommended way to ensure credentials are preserved across restarts when using an external Postgres DB?
Any guidance would be really helpful.