Migrate the HA data
pcs statuspcs resource disable pbx cd /var/lib/pbx/ tar cvfp data.tar.gz portsip/pcs resource enable pbx && pcs resource cleanuppcs resource disable pbx cd /var/lib/pbx/ rm -rf portsip/ tar zxf /root/data.tar.gz docker start pbxdocker logs pbxdocker stop pbx
Last updated