Upgrade Instruction (standalone)
###########
https://autom8n.com/xtendweb/XtendWeb_Administration.html#upgrading-xtendweb-and-nginx
############
Upgrade Instruction (cluster)
############
XtendWeb cluster now support additional home directories like home2 ,home3 etc
This need additonal ansible group var declaration
# Setup homedir variable used to describe the names of home directories
# The example below assume you have 2 additional homedir /home2 and /home3
# cat /opt/nDeploy/conf/nDeploy-cluster/group_vars/all
---
homedir:
- home
- home2
- home3
Add the following flag file before upgrade to avoid unnessary mysqldump
--
touch /opt/nDeploy/conf/XTENDWEB_MYSQL_DUMP_LOCK_DO_NOT_REMOVE
--
Once above settings are done , please follow
https://autom8n.com/xtendweb/XtendWeb_Administration.html#xtendweb-cluster-upgrade
From WHM >> XtendWeb
Do a "HARD RESET UNISON " if the unison process is not starting up after upgrade
##########
Changes:
Upstream version upgrade
Nginx - 1.15.7
LibreSSL - 2.8.2
XtendWeb( cluster) - support unison profiles and monitoring for additional home dirs like /home2 /home3 etc
XtendWeb( cluster) - use nice/ionice to lower priority of unison filesync
Thank you,
Team A U T O M 8 N