You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As newer Linux releases are published, Zui will pop up a notification of their
79
-
availability, but the Linux releases do _not_ auto-update. Follow the link in
80
-
the pop-up to the [Zui download](https://www.brimdata.io/download/) page to
81
-
get the latest release. After uninstalling the prior version, install the new
82
-
release using the appropriate package manager for your distribution.
71
+
## Updates
72
+
73
+
In a default configuration, each time Zui is launched it will check over the
74
+
network for the availability of a newer release. If one is found, a
75
+
notification like the following will pop up.
76
+
77
+

78
+
79
+
If **Later** is clicked, the notification is dismissed and no update is
80
+
performed. If **Install** is clicked, the result on each platform is as follows:
81
+
82
+
|**Platform**|**Result**|
83
+
|-|-|
84
+
|**Windows**|An interactive wizard for the newer release will launch, just like the one from initial [installation](#windows-installation).|
85
+
|**macOS**|The newer release will install in the background and Zui will automatically relaunch into the newer version.|
86
+
|**Linux**|The [Zui download](https://www.brimdata.io/download/) page will open in your browser. Manual uninstall/reinstall is necessary on Linux, so repeat the same download/uninstall/reinstall steps as during initial [installation](#linux-installation).|
87
+
88
+
In all cases, updating to a newer version of the app will preserve your existing
89
+
[user data](./support/Filesystem-Paths.md#user-data). Because the way user data
90
+
is stored can sometimes change in newer releases, downgrading to older releases is
91
+
_not_ currently supported.
92
+
93
+
Configurable **Settings** are available to change notification frequency.
94
+
95
+

96
+
97
+
|**Setting**|**Result**|
98
+
|-|-|
99
+
|**On Startup** (default)|A check is performed for a newer release once each time Zui is launched|
100
+
|**On Startup & Daily**|A check is performed for a newer release when Zui is launched and every 24 hours thereafter that the app remains open|
101
+
|**Manually**|Zui will never pop up an automatic notification about a newer release|
102
+
103
+
Regardless of settings, manually clicking the pull-down menu option
104
+
**Help > Check for Updates** on Windows/Linux or **Zui > Check for Updates**
105
+
on macOS will perform an immediate check and a notification will pop up if a newer
0 commit comments