Backup Service Node Manager (Manager Telephony Server in MX-one 5.0)
To backup Service Node Manager database in the MX-ONE 5.0 SP7, execute the following:
- Make sure that you are logged in as root.
- Create a folder. For example, /home/eri_sn_admin/TSBackup/
- Change the permission to allow postgres to write in the folder, such as chmod 757 /home/eri_sn_admin/TSBackup.
- Save all data of WBM
database.
- Run the following command: su postgres -c "pg_dump -a -D -d WBM -f /home/eri_sn_admin/TSBackup/wbm_data_only.sql"
- It may be necessary to enter the password for the database, which by default is default in MX-ONE 5.0.
- Save all data of QoS Database and run the following command: su postgres -c "pg_dump -U postgres QoS -f /home/eri_sn_admin/TSBackup/QoS_entire_data.sql -C --inserts"
- Enter the password for the database, which is default in MX-ONE 5.0.
- Copy the created files to an external media, for example a USB memory, or another safe location.
Template Data Backup
- Ensure that you are logged in as root on the Manager Telephony System Server.
- Run the following command to archive the templates: “tar -cf customer.tar --directory=/opt/jboss/server/default/conf/templates”
- Copy the customer.tar file to an external media. For example, to a USB memory.
↑