Closed Bug 488395 Opened 15 years ago Closed 15 years ago

Socorro webapp-php deployment and Kill long running queries

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
critical

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 */
Rollback instructions:
Revert application/controllers/home.php to r910.
Done.  Should sync out in like 15 minutes.
Assignee: server-ops → aravind
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
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.
Once this is successful, we can svn up on application/controllers/home.php

to r1020. This is the same as r910.
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.