Skip to main content

Backup a very large database file

Comments

1 comment

  • cPanelMichael
    Hello :) What method are you using to generate the backup? You can disable MySQL backups and backup the database manually with the command referenced in the URL you provided:
    mysqldump --single-transaction database_name > /path/to/backup_db.sql
    Thank you.
    0

Please sign in to leave a comment.