n8n Update Version Number?

Viewed 22

Hello Community, I just joined and deployed n8n. When visiting the public URL for n8n, there is an error message that the n8n instance is out of date and needs to be updated.

I searched the community here and saw @zen answered a similar question with being able to update the n8n version by modifying the image number in docker, but I don't know where to find the docker file to update it. can anyone clarify where to navigate to find the place to update the image file info?

1 Answers

I found my own answer, eventaully, searching around. Posting for clarity if anyone else has the same question.

  1. Log in to claw.cloud.
  2. Navigate to "My Apps"
  3. Locate your n8n installation and click on "details."
  4. Switch tabs from default to "advanced config".
  5. Click "Manage" under "Environment Variables"
  6. Locate "image" and change it from the default n8nio/n8nstable
    to n8nio/n8n:latest (or you can use a specific version such as at the time I am writing apparently the atest version is 1.108.0)
  7. Tap UPDATE button
  8. Tap YES to confirm.
  9. RESTART container
  10. Confirm you want to restart.