Hi everyone!
I’m currently running an instance of n8n on Heroku using Docker, and the app is already connected to a configured Postgres database (which I don’t want to touch).
I’d like to update n8n to the latest version, but I’m a bit unsure about the correct steps to update the Docker image and redeploy it to Heroku, without breaking the existing database connection or data.
Could anyone kindly walk me through the process?
Thanks