Our support team have generated a bash script to ease installation of Axigen minor updates (Axigen binary, WebMail, and WebAdmin) on Linux.
axigen-update.sh (use ‘Save-As’ to save the script locally)
SHA1: fccb4584126731509575289ac1a6b3cb38bedbd3
After saving the script on the Axigen Server / VM, make sure you make it executable: chmod +x axigen-update.sh
Usage: ./axigen-update.sh <SERVICE_NAME>
Because this script will restart the Axigen service, we strongly recommend to run it during a maintenance window.
Procedure for Updating Docker Containers
For Docker installs please use the below procedure:
- place the update script axigen-update.sh in the folder where Axigen Working Directory (/var/opt/axigen) is mounted on your disk
- using the below command run the script
# docker exec -it <CONTAINER-ID> sh /var/opt/axigen/axigen-update.sh docker
- restart the Axigen docker container using:
# docker restart axigen
The CONTAINER-ID can be obtained using:
# docker ps -a
Note that this script is not suitable for High-availability cluster installations.
Feel free to express your feedback about this script here or by contacting support team.
Updated: 2024-11-11T22:00:00Z