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:

  1. Make sure that you are logged in as root.
  2. Create a folder. For example, /home/eri_sn_admin/TSBackup/
  3. Change the permission to allow postgres to write in the folder, such as chmod 757 /home/eri_sn_admin/TSBackup.
  4. 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.
  5. 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"
  6. Enter the password for the database, which is default in MX-ONE 5.0.
  7. Copy the created files to an external media, for example a USB memory, or another safe location.

Template Data Backup

  1. Ensure that you are logged in as root on the Manager Telephony System Server.
  2. Run the following command to archive the templates: “tar -cf customer.tar --directory=/opt/jboss/server/default/conf/templates”
  3. Copy the customer.tar file to an external media. For example, to a USB memory.