- Joined
- Aug 24, 2019
- Messages
- 96
- Reaction score
- 19
Hi All,
I have a client whose 3CX install has become corrupted. I am not sure as to the cause yet, but for now I need to restore a backup without access to the Management Console (it will not respond) - the IVR Service is not starting, and refuses to start.
My thought is to:
1) Run an image of the server (no harm)
2) Use SCP over SSH to copy the entire 3CX install directory and sub-directories (again, no harm):
scp -r [email protected]:/var/lib/3cxpbx /Path/To/My/Backup/Drive/3cxpbx
3) Uninstall 3CX: apt-get remove 3cxpbx
4) Re-install 3CX: apt-get install 3cxpbx
Hopefully that will then give me a working install, such that I can get into the Management Console, and from there I can restore a known good backup.
Does that sound okay? Any traps that I might fall into?
Thanks,
Alan.
I have a client whose 3CX install has become corrupted. I am not sure as to the cause yet, but for now I need to restore a backup without access to the Management Console (it will not respond) - the IVR Service is not starting, and refuses to start.
My thought is to:
1) Run an image of the server (no harm)
2) Use SCP over SSH to copy the entire 3CX install directory and sub-directories (again, no harm):
scp -r [email protected]:/var/lib/3cxpbx /Path/To/My/Backup/Drive/3cxpbx
3) Uninstall 3CX: apt-get remove 3cxpbx
4) Re-install 3CX: apt-get install 3cxpbx
Hopefully that will then give me a working install, such that I can get into the Management Console, and from there I can restore a known good backup.
Does that sound okay? Any traps that I might fall into?
Thanks,
Alan.