N8N resets when changes are made to container app environment variables

Hi,
I have an instance of n8n running in a container app in Azure.
Each time I modify the environment variables of the container, the N8N application is completely reset. No more workflows, no users, no credentials, no settings. All is gone and only option so far is to re-register my account and re-activate my license.
What am I missing here ?
Thanks
regbac

You need to configure a persistent storage solution/persistent database to keep your container data, even after a container reboot (happens at each configuration change):

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.