DreamObjects Backups – backup not created

Home Forums BulletProof Security Pro DreamObjects Backups – backup not created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24929
    Krzysztof
    Participant

    Hello – I’m trying to figure out why sql backup is not created: https://wordpress.org/support/topic/backup-is-to-big?replies=17
    Would it be possible that BPS Pro somehow interferes with this backup plugin? BPS Pro makes SQL backups just fine. Dream Host plugin is my second line of backup and mainly for files but it would be nice to have a backup in an other place to 😉

    #24935
    AITpro Admin
    Keymaster

    Do the standard BPS Pro troubleshooting steps:  http://forum.ait-pro.com/forums/topic/read-me-first-pro/#bps-pro-general-troubleshooting and check your BPS Security Log for any log entries related to DreamObjects Backups.

    #25310
    AITpro Admin
    Keymaster

    https://wordpress.org/support/topic/backup-is-to-big/page/3?replies=49#post-7467765

    The problem was a server-side issue.  DreamObjects Backup uses sql command line code to create DB Backups.  The server did not have a relative URL path configured to mysqldump used in the code below in DreamObjects.  The dump file was empty due to the script not finding and executing mysqldump.

    $dbcmd = sprintf( "mysqldump -h'%s' -u'%s' -p'%s' %s %s --single-transaction 2>&1 >> %s", DB_HOST, DB_USER, DB_PASSWORD, DB_NAME, $tables_string, $sqlfile );
    #25313
    Krzysztof
    Participant

    Just to add – the problem was resolved thanks to hard work of AITpro !!!!

    #25330
    AITpro Admin
    Keymaster

    Mika is a very cool chick so it was my pleasure to help out in any way that I could with the issue/problem that was occurring on your server.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.