Back up problem

micko1 wrote on Thursday, October 16, 2014:

After testing OpenEMR with Windows (XAMPP) I wanted to move on remote server(SYNOLOGY). I made backup (Adminisrtation/Backup) properly on both systems and got my emr_buckup.tars. At that time I was able to make backup from remote server without problem. Due differencies between installing-guides end preferencies I only droped the openEMR database on SYNOLOGY end restored with sql-dump from xampp. It has worked nice. After a time I wanted to make second backup from SYNOLOGY (but first with usefull data) but I’ve got this message:

“C:/xampp/mysql/bin/mysqldump -u ‘openemr’ -p’openemrpw’ -h’localhost’ --port=‘3306’ --opt --quote-names -r /var/services/tmp/openemr_web_backup/emr_backup/openemr.sql ‘openemr’” returned 127:

Seems like there is something in old dump from xampp that is stored in database on remote server(SYNOLOGY) end let me not make a prperly backup. Help me please, becouse I heve allready put quite a lot new items in synology’s database.What have I made wrong I how should I go forward now!??

Soryyyy for my english

Thankfully yours
Micko

fsgl wrote on Friday, October 17, 2014:

I think the problem is that file systems are different with each operating system.

The openemr web directory will need to be copied separately. Run mysqldump using the name of the new host in the command.