Closed Bug 425293 Opened 18 years ago Closed 18 years ago

Deploy AMO 3.2

Categories

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

All
Other
task
Not set
minor

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: morgamic, Assigned: oremj)

Details

Tracking bug for 3.2 deployment.
We have tagged prodexternal at 11623, and it's ready to go with an SVN. For this run-through: 1) update SVN first! 2) do database updates below Alright, so there are a list of db changes to be made here: http://wiki.mozilla.org/Update:Developers/Database_Changes In short: UPDATE `reviews` SET `rating` = `rating`/2 WHERE `rating` > 0 AND `rating` IS NOT NULL; UPDATE `LUM_Discussion` SET `Closed`=1;
Justin's got a database change on there from 2008-03-05 that is marked as "To be run in production" - what about that one?
That's for log parsing, don't have to push that right now - so just the two queries in comment #1.
Assignee: server-ops → oremj
Updated and mysql> UPDATE `reviews` SET `rating` = `rating`/2 WHERE `rating` > 0 AND `rating` IS -> NOT NULL; Query OK, 15165 rows affected (0.24 sec) Rows matched: 15165 Changed: 15165 Warnings: 0 mysql> UPDATE `LUM_Discussion` SET `Closed`=1; Query OK, 9410 rows affected (0.13 sec) Rows matched: 9410 Changed: 9410 Warnings: 0
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Need help tracking down the nagios checks, or do you have that under control?
Also we need an apache restart for gettext changes.
Need apache restart, this is probably causing the string failures in nagios...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Status: REOPENED → RESOLVED
Closed: 18 years ago18 years ago
Resolution: --- → FIXED
Verified FIXED; deployed.
Status: RESOLVED → VERIFIED
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.