Thank you and we are making progress here. Here is updated error
"context": {
"error": {
"content": {
"detail": {
"code": "internal",
"message": "Command /usr/bin/mysqldump failed with non-zero error: 2. Stderr: mysqldump: Couldn't execute 'FLUSH TABLES': Access denied; you need (at least one of) the RELOAD privilege(s) for this operation (1227)\n"
}
},
"type": "error"
I did have to update appcd from 2.1 to 2.2.2. Doing some looking into this error it sounds like this happens when the backup is run as a user instead of root. Does the backup not run as root user?