mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
Mention Account.Rules depreciation and upgrade steps (#148)
This commit is contained in:
@@ -219,6 +219,12 @@ docker compose start management
|
||||
```
|
||||
|
||||
## Upgrade
|
||||
<Note>
|
||||
The users with management on version < [v0.15.3](https://github.com/netbirdio/netbird/releases/tag/v0.15.3)
|
||||
should first upgrade their systems to [v0.25.9](https://github.com/netbirdio/netbird/releases/tag/v0.25.9),
|
||||
run management to properly migrate rules to policies, and then upgrade to **0.26.0+**.
|
||||
</Note>
|
||||
|
||||
To upgrade NetBird to the latest version, you need to review the [release notes](https://github.com/netbirdio/netbird/releases) for any breaking changes and follow the upgrade steps below:
|
||||
1. Run the backup steps described in the [backup](#backup-net-bird) section.
|
||||
2. Pull the latest NetBird docker images:
|
||||
|
||||
@@ -76,6 +76,12 @@ docker compose start management
|
||||
You can follow the [Cockroach backup guide](https://www.cockroachlabs.com/docs/stable/backup) to backup Zitadel's database, which holds user information.
|
||||
|
||||
### Upgrade
|
||||
<Note>
|
||||
The users with management on version < [v0.15.3](https://github.com/netbirdio/netbird/releases/tag/v0.15.3)
|
||||
should first upgrade their systems to [v0.25.9](https://github.com/netbirdio/netbird/releases/tag/v0.25.9),
|
||||
run management to properly migrate rules to policies, and then upgrade to **0.26.0+**.
|
||||
</Note>
|
||||
|
||||
To upgrade NetBird to the latest version, you need to review the [release notes](https://github.com/netbirdio/netbird/releases) for any breaking changes and follow the upgrade steps below:
|
||||
1. Run the backup steps described in the [backup](#backup) section.
|
||||
2. Pull the latest NetBird docker images:
|
||||
|
||||
Reference in New Issue
Block a user