J.Wick
Regular Pleskian
Hello,
Running MySQL 5.5.30.15
When running automated backups, I keep getting a failure message that mysql databases were not migrated.
<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="error" log-location="/usr/local/psa/PMM/sessions/2013-05-09-020502.296/migration.result">
<object name="USER" type="client">
<object name="domain.com" type="domain">
<object name="user_db" type="mysql">
<message id="5f435df2-4b95-4ca1-8fa4-9029acdb8a45" severity="error" code="msgtext">
<description>Failed to execute backup database</description>
</message>
</object>
</object>
</object>
When I run the backup manually, I don't get this message.
The file sizes are too close to tell if MySQL got backed up, so I'm downloading a copy which will take a few hours before I can uncompress and look inside.
Does anyone know how to fix this?
I've seen some things in forums about certain symbols in the MySQL root password, which would be the admin password, causing issue because they were not escaped properly.
Running MySQL 5.5.30.15
When running automated backups, I keep getting a failure message that mysql databases were not migrated.
<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="error" log-location="/usr/local/psa/PMM/sessions/2013-05-09-020502.296/migration.result">
<object name="USER" type="client">
<object name="domain.com" type="domain">
<object name="user_db" type="mysql">
<message id="5f435df2-4b95-4ca1-8fa4-9029acdb8a45" severity="error" code="msgtext">
<description>Failed to execute backup database</description>
</message>
</object>
</object>
</object>
When I run the backup manually, I don't get this message.
The file sizes are too close to tell if MySQL got backed up, so I'm downloading a copy which will take a few hours before I can uncompress and look inside.
Does anyone know how to fix this?
I've seen some things in forums about certain symbols in the MySQL root password, which would be the admin password, causing issue because they were not escaped properly.