Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add updating page to self-hosted and boost in search #1903

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _snippets/manage-cloud/updating-best-practices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Update frequently: this avoids having to jump multiple versions at once, reducing the risk of a disruptive update. Try to update at least once a month.
* Check the [Release notes](/release-notes/) for breaking changes.
* Use [Environments](/source-control-environments/) to create a test version of your instance. Test the update there first.
23 changes: 23 additions & 0 deletions docs/hosting/installation/updating.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
description: Best practices for updating your self-hosted n8n
title: Update self-hosted n8n
contentType: explanation
tags:
- update npm
- update docker
hide:
- tags
---

# Update self-hosted n8n

It's important to keep your n8n version up to date. This ensures you get the latest features and fixes.

Some tips when updating:

--8<-- "_snippets/manage-cloud/updating-best-practices.md"

For instructions on how to update, refer to the documentation for your installation method:

* [Installed with npm](/hosting/installation/npm/)
* [Installed with Docker](/hosting/installation/docker/)
4 changes: 1 addition & 3 deletions docs/manage-cloud/update-cloud-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ n8n recommends regularly updating your Cloud version. Check the [Release notes](

## Best practices for updating

* Update frequently: this avoids having to jump multiple versions at once, reducing the risk of a disruptive update. Try to update at least once a month.
* Check the [Release notes](/release-notes/) for breaking changes.
* Use [Environments](/source-control-environments/) to create a test version of your instance. Test the update there first.
--8<-- "_snippets/manage-cloud/updating-best-practices.md"

## Automatic update

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@ nav:
- Azure: hosting/installation/server-setups/azure.md
- Google Cloud: hosting/installation/server-setups/google-cloud.md
- Docker Compose: hosting/installation/server-setups/docker-compose.md
- Updating: hosting/installation/updating.md
- Environment variables:
- hosting/environment-variables/index.md
- Configuration methods: hosting/environment-variables/configuration-methods.md
Expand Down
Loading