Closed
Bug 481088
Opened 17 years ago
Closed 17 years ago
Execute SQL for Socorro MTBF SeaMonkey report
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ozten, Assigned: reed)
References
()
Details
on Socorro crash report production database, please execute:
UPDATE productdims SET release = 'development' WHERE release = 'developer';
This will fix an issue where the MTBF report for SeaMonkey development builds are mis-named.
This does not require downtime, I would estimate that it will execute very quickly.
Rollback plan:
None. Worst case this will affect only the MTBF reports.
Updated•17 years ago
|
Assignee: server-ops → justdave
| Assignee | ||
Updated•17 years ago
|
Assignee: justdave → reed
| Assignee | ||
Comment 1•17 years ago
|
||
breakpad=# UPDATE productdims SET release = 'development' WHERE release = 'developer';
UPDATE 9
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•