Updating your Wazo Enterprise E-UC Stack is simply done via command line. This service is 100% automated. Please review the changelog before any update.
Limitation(s) :
- Wazo services will be stopped.
- Service interruption of approximately 5 to 20 minutes (depending on the hardware configuration).
Updating
To initiate the update, please execute the following command:
wazo-upgrade
Distribution migration
The simplified update procedure wazo-upgrade
stops at version :
- 23.06 : Please use this procedure DOCUMENTATION
Know Error
EXPKEYSIG Wazo Release Key
If your stack was installed before version 21.01, APT has retained the old signature key in /etc/apt/trusted.gpg
expiring on 27 november 2021.
Description
# wazo-upgrade
...
Err:7 https://mirror.wazo.io/enterprise enterprise-buster InRelease
The following signatures were invalid: EXPKEYSIG 3F1BF7FC527FBC6A Wazo Release Key <dev.wazo@gmail.com>
...
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://mirror.wazo.io/enterprise enterprise-buster InRelease: The following signatures were invalid: EXPKEYSIG 3F1BF7FC527FBC6A Wazo Release Key <dev.wazo@gmail.com>
W: Failed to fetch https://mirror.wazo.io/enterprise/dists/enterprise-buster/InRelease The following signatures were invalid: EXPKEYSIG 3F1BF7FC527FBC6A Wazo Release Key <dev.wazo@gmail.com>
W: Some index files failed to download. They have been ignored, or old ones used instead.
Solving
Manual key update :
curl http://mirror.wazo.community/wazo_current.key | apt-key add -
apt-get update
Then re-initiate the update :
wazo-upgrade