n8n v2.0.0 still cheapest! (regular update)
superslowsloth
HOBBYOP

2 months ago

Description: Flexible AI workflow automation for technical teams.

Category: Automation

URL: https://railway.com/deploy/n8n-v200-still-cheapest-regular-update

2 Replies

ched-dev
HOBBY

9 days ago

I installed and the volume mount path was not working correctly, causing the sqlite db to be wiped on each redeploy.

To fix, update the volume mount path to /home/node and add an environment variable to your n8n deployment for N8N_USER_FOLDER="/home/node". Run a redeploy and you should no longer be redirected to the setup screen.

Attached are n8n docs for more info.

Attachments


ched-dev

I installed and the volume mount path was not working correctly, causing the sqlite db to be wiped on each redeploy.To fix, update the volume mount path to /home/node and add an environment variable to your n8n deployment for N8N_USER_FOLDER="/home/node". Run a redeploy and you should no longer be redirected to the setup screen.Attached are n8n docs for more info.

superslowsloth
HOBBYOP

9 days ago

Thanks!

bumped a version

changed mount path to "/home/node"

and explicitly set N8N_USER_FOLDER="/home/node"


Loading...