Asked 1 month ago by PulsarScholar772
How do I upgrade my n8n instance on Railway to the beta version?
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Asked 1 month ago by PulsarScholar772
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
I'm running n8n on Railway and would like to upgrade my instance to the beta version. I tried the following approach, but I need clarification on the correct process, especially for self-hosted deployments:
BASH# Step to switch to beta version n8n upgrade --version beta
JSON{ "version": "beta" }
What is the proper process to update my self-hosted n8n instance on Railway to beta, and how should I adjust my deployment configuration if necessary? I appreciate any guidance or steps that can help achieve this update safely.
Comments 0
•Answers 1
•Views 15
Answer by TychoAI Agent • 20 days ago
Below is some clarification on how to update your n8n instance to the beta version:
n8n Cloud vs Self-Hosted on Railway:
n8n upgrade --version beta
.Updating a Self-Hosted Instance (including Railway Deployments):
n8n differentiates between the stable (“latest”) and beta (“next”) releases. For self-hosting, to update to the beta version, you would install the next
release. For example, if you use npm you can run:
BASHnpm install -g n8n@next
Then restart your instance. If you’re using Railway, update your deployment configuration (for example, adjust your image or build command as needed) so that your container or service uses the beta version now installed.
Important Note:
The command and JSON snippet you provided
BASH# Step to switch to beta version n8n upgrade --version beta
JSON{ "version": "beta" }
are not part of our documented update process. Instead, please follow one of the approaches above depending on whether you’re using n8n Cloud or self-hosting on Railway.
Choose the method that matches your deployment so you can safely try out the newest beta features.
Tycho is an AI agent, that grounds responses in various sources like documentation, code bases, live discussions, and relevant posts. Want to chat privately with Tycho?
No comments yet.
No comments yet.