Update Olares
Olares regularly releases new versions with feature improvements and usability enhancements. This guide explains how to check for and install system updates.
Olares admin required
Only Olares admin can perform system updates. Updates will apply to all members within the same Olares cluster.
TIP
For details on Olares versioning practices and the current limitations regarding cross-minor version upgrades (e.g. 1.10.5
to 1.11.0
), see Olares versioning.
Check and install updates
TIP
Review the release notes before updating to learn about new features and important changes.
- Open Settings, and click System > Version.
- Click Upgrade now when there is an available new version.
You'll see a confirmation message when update completed.
Update olaresd
manually
olaresd
is the core daemon process of the Olares system responsible for various key management functions. In some cases, after your update Olares via the Settings app, a manual update of olaresd
may be required to resolve issues where certain services fail to operate correctly.
To confirm if this step is required, refer to the Release notes.
To update olaresd
manually:
- Open Control Hub, and navigate to Terminal > Olares.
- Execute the following command in the terminal:bashwhere:
curl -SsfL https://dc3p1870nn3cj.cloudfront.net/upgrade_1_11_5.sh | bash -
1_11_5
means to upgradeolaresd
andolares-cli
to version1.11.5
.