Closed
Bug 768698
Opened 13 years ago
Closed 13 years ago
db backup scripts need tweaking to prevent high load and disk space
Categories
(Infrastructure & Operations :: Infrastructure: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mpressman, Assigned: rtucker)
Details
Our current backup job seems to kick off all our db backups at once and one part of the backup, rawcopies just get a tar file created. This has caused high load and critical disk alerts. I think if run one at a time it will prevent the load issues and compressing while archiving the rawcopies like what is done in the sqldumps section will prevent the disk space issues.
| Reporter | ||
Updated•13 years ago
|
Assignee: server-ops-infra → rtucker
| Assignee | ||
Comment 1•13 years ago
|
||
mpressman,
Would love to help out with this, I don't know where this script is though. I'll need some direction from you on where to start looking.
| Reporter | ||
Comment 2•13 years ago
|
||
/etc/cron.d/backups
| Reporter | ||
Comment 3•13 years ago
|
||
on backup1.db.scl3.mozilla.com
| Assignee | ||
Comment 4•13 years ago
|
||
Took some doing but reverse enginner this, but i figured out how it works. I added to the actual backup script to gzip and removed the extra cron entry that would then go through and gzip them up. This should help tremendously with the disk space issues.
| Assignee | ||
Comment 5•13 years ago
|
||
I went and took a look this morning. The changes to the script seem to be working perfectly.
mpressman, will you confirm and close this out?
| Reporter | ||
Comment 6•13 years ago
|
||
great job rtucker!!!
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Infrastructure → Infrastructure: Other
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•