Make Dump

Sometimes we need a database dump (tables) for support or dev team.

Just execute this cmd line below:

# # mysqldump -u freepbxuser -p32afd971ab05a0bd1819825220dcda54 asterisk oracle_billing oracle_cdr_temp oracle_connector_settings oracle_register oracle_wakeup_notify pms_cos_oracle pms_connectors pms_rooms > /var/spool/asterisk/tmp/ocpms.sql #

Don't forget to change password of course.

If you want to use other tables, just add them in the command line.

Of course you can change the file and destination. As you like.
Next copy this file which will be used by experts.

Return to Documentation Home I Return to Sangoma Support