Welcome to Admin Junkies, Guest — join our community!

Register or log in to explore all our content and services for free on Admin Junkies.

Backup solution for huge 150GB database.

John_jony

Recognized member
Joined
Jan 9, 2022
Messages
140
Credits
0
I'm using to back up a 150GB (MariaDB) database: But the server started not responding during the backup for a few minutes so I am looking for another solution to replace mysqldump. Any other solution for a huge database?
 
Advertisement Placeholder
mysqldump is your best choice, but it depends on the flags you use with the command. Try something like this:

mysqldump --max_allowed_packet=1G --single-transaction --quick --lock-tables=false

Or add directly to my.cnf inside [mysqldump]

skip-add-locks
single-transaction
max_allowed_packet = 1G
 
If you are looking to back up something that is that big then i think that an external harddrive can be teh best option and if you do this it needs to be an ssd as well.
 

Log in or register to unlock full forum benefits!

Log in or register to unlock full forum benefits!

Register

Register on Admin Junkies completely free.

Register now
Log in

If you have an account, please log in

Log in

Would You Rather #9

  • Start a forum in a popular but highly competitive niche

    Votes: 10 28.6%
  • Initiate a forum within a limited-known niche with zero competition

    Votes: 25 71.4%
Win this space by entering the Website of The Month Contest

Theme editor

Theme customizations

Graphic Backgrounds

Granite Backgrounds