Deployed on Render.com new deploy resets all data

Information on your n8n setup

n8n Version

1.57.0

  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Render):
  • Operating system: Windows 10

I have a Disk (/opy/render/.n8n) 1 gig

I also tried the snapshot but got

ELIFECYCLE Command failed.

Sep 12 08:28:22 PM ELIFECYCLE Command failed.

What am I missing here please ?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Steve_Warburton,

We don’t directly support Render but if a new deploy is resetting the data it sounds like the disk is not being configured correctly under /home/node/.n8n so it would be worth checking that first.

The ELIFCYCLE error could be a couple of things so having more output would be useful there but it sounds like the instance could be in a bad place.

1 Like

the mount path is set to /opy/render/.n8n

Hey @Steve_Warburton,

Is that inside the n8n container? The path should be /home/node/.n8n if you are using the standard image.

On the render Disks section

Disk configuration
Configure specifications for your disks. If you’ve enabled scaling, configurations will apply to all disks that are created for each instance.
Mount path /opy/render/.n8n
The absolute path to mount this disk. Cannot be the root (/) directory.

Size 1GB
You can increase the size later, but you can’t decrease it. We recommend starting with the lowest value that serves your use case.
GB

Do I simple rename this path or do a reinstall ?

Hey @Steve_Warburton,

That I don’t know as I don’t know the Render platform, I would say rename the path and see what happens but don’t forget that any workflows you have now will be in the database in the image so you will lose them. It might be worth exporting them first so you can add them again once you have the storage in place.

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