Update to Version 1.49

Describe the problem/error/question

Our normal update process is over the watchtower. Now we wan’t to update from 1.47.1 to the latest version.

We run the command like:

docker pull docker.n8n.io/n8nio/n8n:next
next: Pulling from n8nio/n8n
ec99f8b99825: Already exists
ba1057ec209e: Pull complete
b0691ab91e27: Pull complete
b76f83d65b1b: Pull complete
fcad0f4ea762: Pull complete
4f4fb700ef54: Pull complete
e0899bf1ed16: Extracting [==================================================>] 113.8MB/113.8MB
b74a10ea547b: Download complete
1669b5a1a607: Download complete
failed to register layer: open /usr/local/lib/node_modules/n8n/node_modules/localforage/dist/localforage.min.js: no space left on device

Now we can’t find the bottleneck

What is the error message (if any)?

failed to register layer: open /usr/local/lib/node_modules/n8n/node_modules/localforage/dist/localforage.min.js: no space left on device

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:1.47.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via Docker
  • **Operating system: ubuntu

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:

maybe the underlying host has run out of disk space?
You could try running docker system prune to free up some space.

2 Likes

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