Closed
Bug 425293
Opened 18 years ago
Closed 18 years ago
Deploy AMO 3.2
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: morgamic, Assigned: oremj)
Details
Tracking bug for 3.2 deployment.
| Reporter | ||
Comment 1•18 years ago
|
||
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;
Comment 2•18 years ago
|
||
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?
| Reporter | ||
Comment 3•18 years ago
|
||
That's for log parsing, don't have to push that right now - so just the two queries in comment #1.
| Assignee | ||
Updated•18 years ago
|
Assignee: server-ops → oremj
| Assignee | ||
Comment 4•18 years ago
|
||
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
| Reporter | ||
Comment 5•18 years ago
|
||
Need help tracking down the nagios checks, or do you have that under control?
| Reporter | ||
Comment 6•18 years ago
|
||
Also we need an apache restart for gettext changes.
| Reporter | ||
Comment 7•18 years ago
|
||
Need apache restart, this is probably causing the string failures in nagios...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•18 years ago
|
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 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
•