Closed
Bug 679387
Opened 14 years ago
Closed 13 years ago
Push SUMO on 2011-08-23 @ 3pm PDT
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jsocol, Assigned: nmaul)
Details
Normal SUMO push.
Comment 1•13 years ago
|
||
Please change the REDIS_BACKENDS dict in settings_local.py on support.mozilla.com (SUMO prod) to also include:
'helpfulvotes': 'redis://localhost:6379?socket_timeout=0.5&db=1'
Of course, replace the redis server hostname with the appropriate one for the server. Please use the persistent redis instance (should be the same as karma), but use a different DB (note db=1 at the end).
Reporter | ||
Comment 2•13 years ago
|
||
The value for the 'helpfulvotes' key should be:
'helpfulvotes': 'redis://supportredis1.webapp.phx1.mozilla.com:6380?socket_timeout=0.5&db=1'
Assignee | ||
Comment 3•13 years ago
|
||
This was completed. I initially missed the additional REDIS_BACKENDS line, but that was quickly corrected and re-deployed.
There was also a small issue with migration 121-importantdate-permissions.sql, which has been fixed in other branches but not this one. jsocol provided an updated version of this SQL file, and that one worked fine.
No other errors encountered during the push.
Details here: http://etherpad.mozilla.com:9000/72HbbSAPTj
Assignee: server-ops → nmaul
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•