update my n8n version

Viewed 20

When I login to my n8n instance it says there is a important update. How do I update my n8n?

2 Answers

Same question! Only the app store version can be deployed.

Log in to the Claw Cloud Run Console

  • Open console.run.claw.cloud and go to App Launchpad.
  • Find your n8n app
  • Click on the name of the n8n instance you deployed in the application list to enter the details page.
  • Click the "Update" button in the upper right corner of the page to enter the configuration editing page.
  • Locate the Image Name field, which might currently be something like:
    n8nio/n8n: stable
    Modify it to the latest stable version, such as:
    n8nio/n8n: latest or n8nio/n8n:specific_version (n8nio/n8n:1.108.2)
  • Click the "Update" button in the upper right corner, and the platform will automatically pull the new image and restart the service (usually 1-2 minutes).
  • After the restart is complete, visit your n8n public network address, and the current version number will be displayed at the bottom of the page to confirm whether it has been updated.

Whenever I try to pull a specific version of n8n, it keeps saying “fail to pull,” even though I’ve double-checked that the version number definitely exists on DockerHub. Meanwhile, when I pull the latest version, it often fails to fetch the most recent build.