Hi, I'm experiencing a wierd problem on my ISPC. I'm currently trying to implement backups for my clients and the FTP backup is going fine, but the DB backup seems to be running but only ever shows a size of 0.00MB. I did some research before coming here of course and I've checked all dependencies : sudo, tar, zip, mysqldump ... I've ran this command without problem: php /usr/local/ispconfig/server/backup-now.php --id='customerID' --type=mysql As well as this one : php /usr/local/ispconfig/server/cron_debug.php --cronjob=500-backup.inc.php My biggest problem is that everything seems to be going fine but in the end i still end up with DB dumps that are empty. And I can't seem able to find a log file for this process. My DB is hosted locally, and my config in /usr/local/ispconfig/server/lib/mysql_clientdb.conf is good too. Does someone have an idea to unstick me of this situation? Thank you in advance.
What version of ISPConfig? Is this a single server install or miltiserver? If multi, is this on the master or a slave server?
I don't see any known issues there; have you set the server log level to debug and see if you get more info running backup-now.php?