Hi, so basically I’m self hosting on google cloud through docker. When i updated my docker-compose.yml file, and did docker-compose up -d, suddenly my whole n8n reseted (all workflows gone).
How do i avoid this from happening again? (Im new to this)
First, the docker setup needs to map the database storage to an external volume. Hopefully that’s enough of a lead for you to research and find out exactly what you need to change to make that happen.
Next, if you want to periodically export a copy of your workflows, automatically, you can set up a “backup” workflow to keep a separate copy in a source control system like Gitlab. Take a look at this template: Backup Tag-Selected Workflows to Gitlab as one option (there are others in the template library too).
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.