File size: 675 Bytes
0a84888 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
# https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4
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.md)
* [Installed with Docker](/hosting/installation/docker.md)
|