Skip to main content

Is it easy / possible to store separate backups for SQL?

Comments

4 comments

  • vanessa
    In the backup manager in WHM there is an option to also back up MySQL databases individually, but these backups are stored in a separate folder than the account backups.
    0
  • martin MHC
    In the backup manager in WHM there is an option to also back up MySQL databases individually, but these backups are stored in a separate folder than the account backups.

    Thanks. This looks like what we need, however it comes with an important qualifier: [QUOTE] Warning: Exercise extreme caution if you select this setting. This setting backs up the data directory without stopping MySQL". This action may cause InnoDB issues with the data directory backup.
    Do you know what sort of "Issues" this can cause? Almost all of our DBs are InnoDB. We often run Cron jobs which use the DB late at night, are you aware of any ways we can test and/or mitigate any potential fallover here? Bare in mind these things will be operating at 12-6am so not a time with anyone to hand to fix things! Thanks.
    0
  • vanessa
    Under Databases, the option is: Per Account Only Use the "mysqldump" command to create backup files with the ".sql" file extension for each account.
    0
  • martin MHC
    Under Databases, the option is: Per Account Only Use the "mysqldump" command to create backup files with the ".sql" file extension for each account.

    This choice is the one already set, and it does save the SQL, but it zips it up with the rest of the account information which adds magnitude of bloat when needing simply to extract the SQL.
    0

Please sign in to leave a comment.