PBX Restore
Performing a PBX Restore
After backing up the PBX data, you can easily restore it. For example, let's assume your backup data is located at /usr/local/pbx-backup
and you're using an Ubuntu or Debian system.
Here's the restoration process:
-
Install the Vodia PBX: Follow the installation instructions found here. The default working directory is typically
/usr/local/pbx
. -
Stop the PBX service: Execute the command
systemctl stop pbx
to halt the currently running PBX. -
Replace the working directory: Copy or move the backup data from
/usr/local/pbx-backup
to/usr/local/pbx
, overwriting the existing files.mv /usr/local/pbx /usr/local/pbx-old
mv /usr/local/pbx-backup /usr/local/pbx -
Finally, restart the PBX service using the command:
systemctl start pbx