Updating self-hosted n8n to its latest version

Hey :waving_hand:t3:

I’ve self hosted my n8n instance at GCP a month ago.
Now I want to update that instance to the latest version of n8n.
How to do that? (For free)

Looking for your solutions!

Thank you!

Depends on how you installed n8n - with npm or wiith Docker (compose)? (I’m not familiar with GCP).
You’ll find your solution here:

Hey @VASANTH_JANY hope all is good.

If you used kubernetes setup, all you need is to re-deploy the existing manifest (make sure the manifest specifies the latest tag for the image in the n8n-deployment.yaml).

kubectl apply -f .

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