This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== How to perform asterCC system backup ====== <note tip>You need to ssh to your server for the following operation</note> ===== Database Backup ===== <code> mysqldump -uroot -p astercc10 | gzip > astercc_db.sql.gz </code> System will prompt for database root password, you can find it in /etc/astercc.conf if you don't know. <note warning>Note:If you see "mysqldump: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect",you should use <code> mysqldump -h127.0.0.1 -uroot -p astercc10 | gzip > astercc_db.sql.gz </code> </note> ===== File Backup ===== <code> sudo tar czfP astercc_files.tar.gz /etc/asterisk /var/lib/asterisk /var/www/html /opt/asterisk/scripts/astercc /var/spool/asterisk /etc/astercc.conf </code> ===== Download Backup files===== Now you have two files astercc_db.sql.gzip and astercc_files.tar.gz, you can download via ftp/sftp tools, or move the file to http folder so you can download from browser <code> mv astercc_files.tar.gz astercc_db.sql.gzip /var/www/html/asterCC/app/webroot/ </code> Then you can download by visiting http://your ip/astercc_files.tar.gz and http://your ip/astercc_db.sql.gzip

en/use_case/how_to_perform_system_backup.1431589981.txt.gz · Last modified: 2017/12/12 03:11 (external edit)
Recent changes RSS feed Debian Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki