Closed
Bug 488395
Opened 17 years ago
Closed 17 years ago
Socorro webapp-php deployment and Kill long running queries
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ozten, Assigned: aravind)
Details
svn up 1 file to revision 1019
application/controllers/home.php
Please kill all queries that start with:
/* soc.web tcbyrul geturls */
| Reporter | ||
Comment 1•17 years ago
|
||
Rollback instructions:
Revert application/controllers/home.php to r910.
| Assignee | ||
Comment 2•17 years ago
|
||
Done. Should sync out in like 15 minutes.
Assignee: server-ops → aravind
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•17 years ago
|
||
Just for the record, this is what was cleaned up from the db.
breakpad=# delete from mtbffacts where day = '2009-04-11' or day = '2009-04-12' or day = '2009-04-13';
DELETE 14332
breakpad=#
breakpad=# delete from topcrashurlfacts where day = '2009-04-11' or day = '2009-04-12' or day = '2009-04-13';
DELETE 34317218
breakpad=#
Reverting the site to the previous state.
| Reporter | ||
Comment 4•17 years ago
|
||
Once this is successful, we can svn up on application/controllers/home.php
to r1020. This is the same as r910.
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
•