Manual Upgrade
...Less than 1 minute
This section describes how to manually upgrade UzonMail.
Checking for new versions
Two ways to find new versions:
- An update check runs when the admin user logs in for the first time; if an update exists a prompt will appear.
- Visit the Versions page: https://mail.uzoncloud.com/versions.html
Upgrade steps
- Stop UzonMail.
- Backup
appsettings.Production.json(server: root directory; desktop:servicedirectory). - Download the latest release from the Versions page and extract/overwrite the installation directory.
- Restore
appsettings.Production.json.
For the desktop edition, simply overwrite after closing the application. If you did not modify configuration, backup is optional.
Info
Since v0.15.x the baseUrl value in wwwroot/app.config.json can be set via BaseUrl in appsettings.Production.json. You may keep wwwroot/app.config.json as default. Example:
{
... other config
"BaseUrl": "https://uzon-mail.uzoncloud.com:443"
} Powered by Waline v3.5.7