Hi Adam,
Can you please try running the following from command line?
mysqldump -u YOURUSERNAME -pYOURPASSWORD YOURDB . " >revisr_db_backup.sql
If it works, it may be a permissions error. Also, just to confirm, you’re using the latest version of revisr?
Sorry, should be as follows:
mysqldump -u YOURUSERNAME -pYOURPASSWORD YOURDB >revisr_db_backup.sql
Sorry, should be as follows:
mysqldump -u YOURUSERNAME -pYOURPASSWORD YOURDB >revisr_db_backup.sql
That does work for me. And I’m up-to-date on WP and Revisr.
Rolling out a possible fix for this tonight.
Hi Adam,
We just rolled out an update that may address this issue depending on the environment. If the backup still is empty for you, please try the following:
– Verify that the correct permissions are set on the uploads folder
– If using windows, set the path for mysqldump. This link should point you in the right direction.
Hi Adam,
I haven’t head back from you on this so I’m marking this as resolved as we have tested on multiple systems and confirmed that this functionality is working (provided that the permissions are set correctly and the full path is provided if on windows).
If you run into any further issues, please let me know and I will be glad to address them.
Thank you.
Sorry I haven’t had time to test but I will soon. I’m sure it works!