- Joined
- Jan 11, 2016
- Messages
- 178
- Reaction score
- 10
We have our main server with UKFast and the failover server on AWS Lightsail, the problem is that I used PBX Express to install 3CX for the failover server and it used a different HTTPS port, 443 instead of 5001.
I need to do a manual reinstall on the failover server, how do I do this without triggering a DNS change as I don't want to have to restart the services on the main server as it will reset the wallboards, drop queue calls and ring backs.
Plan is to take a back up the failover server with Licence and FQDN - Best location for back up???
apt-get remove 3cxpbx
apt-get remove --purge 3cxpbx
Then
wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | apt-key add -
echo "deb http://downloads-global.3cx.com/downloads/debian stretch main" | tee /etc/apt/sources.list.d/3cxpbx.list
apt-get update
apt-get install 3cxpbx
apt-get install net-tools
Restore from backup.
My guess is that the failover server will start with all services running and it will trigger a DNS change from the main server, which will mean I have to edit the licence on the main server then restart the services.
I need to do a manual reinstall on the failover server, how do I do this without triggering a DNS change as I don't want to have to restart the services on the main server as it will reset the wallboards, drop queue calls and ring backs.
Plan is to take a back up the failover server with Licence and FQDN - Best location for back up???
apt-get remove 3cxpbx
apt-get remove --purge 3cxpbx
Then
wget -O- http://downloads-global.3cx.com/downloads/3cxpbx/public.key | apt-key add -
echo "deb http://downloads-global.3cx.com/downloads/debian stretch main" | tee /etc/apt/sources.list.d/3cxpbx.list
apt-get update
apt-get install 3cxpbx
apt-get install net-tools
Restore from backup.
My guess is that the failover server will start with all services running and it will trigger a DNS change from the main server, which will mean I have to edit the licence on the main server then restart the services.