Skip to content

Commit 5ab42da

Browse files
committed
Update
1 parent 8c15635 commit 5ab42da

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

src/pages/how-to/auto-update.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ You can either:
2929
* Update to latest stable version.
3030
* Update to a specific version.
3131

32-
Once enabled, all NetBird clients will automatically check for updates on startup and install the specified version if the current version is older than the specified version.
32+
Once enabled, NetBird clients will automatically check for updates when connecting via the UI and install the specified version if the current version is older than the specified version.
33+
3334

3435
## How it works
3536

36-
1. **Connection Start**: When a Peer connects to Management, it will receive the current Automatic Updates settings.
37+
1. **User-Initiated Connection**: When a Peer connects to Management, it will receive the current Automatic Updates settings.
3738
2. **Version Check**: The Peer will compare its current version with the version specified in the Automatic Updates settings.
3839
3. **Update Process**:
3940
1. If the Peer is running an older version than specified, it will show a notification to the user indicating that an Automatic Update is under way.
4041
2. Client will then download the update package from the official NetBird repository.
4142
3. The Peer will then install the update and restart itself to apply the changes.
42-
4. **Notification**: After a successful update, the Peer will show a notification to the user indicating that the update was successful.
4343

4444
## Supported Platforms
4545

4646
Automatic Updates are supported on the following platforms only:
4747
- Windows
48-
- macOS
48+
- macOS (with PKG installer)
4949

5050
Linux support is not available at this time due to the variety of distributions and package managers. A future release may include support for popular distributions.
5151

@@ -56,12 +56,10 @@ Linux support is not available at this time due to the variety of distributions
5656

5757
## Notes
5858

59-
1. Automatic Updates will be set to "Latest" by default.
60-
2. Automatic Updates currently only run within the first minute after the Peer starts. If the Peer is not restarted, it will not check for updates again until the next restart.
61-
3. If the Peer is unable to download or install the update (e.g., due to network issues), it will show an error notification but will not retry until the next restart.
62-
4. For long-running Peers, a future release may include support for periodic update checks during runtime.
63-
5. On MacOS, NetBird clients installed using Homebrew will be automatically upgraded to the latest available version regardless of the version specified in the Automatic Updates settings.
64-
6. All notifications related to Automatic Updates will be shown only if NetBird UI is running and Notifications are enabled.
59+
1. Automatic Updates will be set to "disabled" by default.
60+
2. If the Peer is unable to download or install the update (e.g., due to network issues), it will show an error notification but will not retry until the next restart.
61+
3. For long-running Peers, a future release may include support for periodic update checks during runtime.
62+
4. All notifications related to Automatic Updates will be shown only if NetBird UI is running and Notifications are enabled.
6563

6664
## Get started
6765
<p float="center" >

0 commit comments

Comments
 (0)