Hello, thank you for building such a good tool.
I would like to ask what data will be lost if i purposely don’t mount a volume to n8n docker.
I would import all the settings needed as environment variables on start up script so the secret key and database connections should not be a problem. We will have a separate PSQL database.
We planned to use n8n to do some automatic task such as data pipelines and we would not use anything related to filesystem yet (e.g export as csv). All the transformed data should be saved to a database table.
So is it ok for me to not mount a volume in this case ? Is there. anything that will cause fatal errors or bugs if I not mount a volume and the pod restarts ?
I know mounting a volume will be much better but our company needs a lot of permissions from other staff for doing so …