Database Backup question?

nursejeff wrote on Wednesday, May 27, 2015:

Has anyone seen this backup error message? What does it mean?

Dumping OpenEMR database…
“/usr/bin\mysqldump -u “openemr” -p"escargot” -h"localhost" --port=“3306” --opt --quote-names -r C:\WINDOWS\TEMP/openemr_web_backup/emr_backup/openemr.sql “openemr”" returned 1:

Jeff

nursejeff wrote on Wednesday, May 27, 2015:

Which file controls the backup?

fsgl wrote on Wednesday, May 27, 2015:

/var/openemr/interface/main/backup.php in Linux.

C:\xampp\htdocs\openemr\interface\main\backup.php in Windows.

yehster wrote on Wednesday, May 27, 2015:

One reason for the execution to fail is that there is a mix of Linux syntax and Window syntax in the command.

Correcting that will be a required first step.