Closed Bug 445865 Opened 16 years ago Closed 16 years ago

Run SQL on AMO prod

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: fligtar, Assigned: oremj)

Details

Please run the SQL below ASAP to change maxVersion of all add-ons using 3.0 to 3.0.*. Please flush the NS and memcache after doing so so that VersionCheck immediately starts picking this up.

UPDATE applications_versions SET max=232 WHERE max=233;
Bumping to blocker so that we can get this out ASAP. No downtime needed.
Severity: critical → blocker
Assignee: server-ops → oremj
mysql> UPDATE applications_versions SET max=232 WHERE max=233;
Query OK, 401 rows affected (0.06 sec)
Rows matched: 401  Changed: 401  Warnings: 0
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Thank you for the quick turnaround Jeremy!
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.