deletion scripts
Categories
(Socorro :: General, task, P3)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(2 files)
Need to rework scripts for deleting crash report data from crash storage.
| Assignee | ||
Comment 1•5 years ago
|
||
I need these this week, so I'm making this a P1.
| Assignee | ||
Comment 2•5 years ago
|
||
Brian said we should do a script for now. We'll run it against a file holding crash ids. We'll need to give the node it's running on the required permissions. The script should raise permission issues and be able to run multiple times.
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
| Assignee | ||
Comment 5•5 years ago
|
||
Things to do:
- write a basic test so this doesn't break over time without anyone knowing
- that's easier after converting to click for arguments handling
- write a runbook covering steps to remove crash data, verification, and caveats
| Assignee | ||
Comment 6•5 years ago
|
||
I wrote up a runbook in Mana.
Still need to do a sanity test.
| Assignee | ||
Comment 7•5 years ago
|
||
Brian: Can you read through the runbook steps and make sure they're correct? If not, can you fix them?
https://mana.mozilla.org/wiki/display/SVCOPS/Socorro#Socorro-Deletingcrashreportdata
Thank you!
Updated•5 years ago
|
| Assignee | ||
Comment 8•5 years ago
|
||
I want to redo arg parsing to use click and that'll make it easier to write a test for this.
What's left here isn't P1 work, so I'm dropping this to P3.
| Assignee | ||
Comment 9•5 years ago
|
||
| Assignee | ||
Comment 10•5 years ago
|
||
willkg merged PR #5394: "bug 1619962: rework deletion scripts to use click and add basic test" in ef7114f.
This code doesn't touch servers, so I'm going to mark it as FIXED now.
Description
•