Is there a way to tap/modify the underlying mysqldump command? #1854
Unanswered
fredbradley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm finding that the backup process is filling my CPU (we have an 8GB database). Is there a way with this package to change the underlying backup command?
I have installed nice which will allow me to give the backup process a lower priority which should then mean that the rest of the web server isn't as affected during the back up process.
But that means that I essentially need to find wherever this package eventually called
mysqldump...
and change it tonice -n 10 mysqldump...
Possible? Or other suggestions?
Beta Was this translation helpful? Give feedback.
All reactions