Closed
Bug 542597
Opened 16 years ago
Closed 16 years ago
Prod socorro DB, Cron, Web deployment
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ozten, Assigned: aravind)
Details
Attachments
(1 file)
|
555 bytes,
text/plain
|
Details |
Please release Socorro 1.4 to prod this Thursday 1/28
Details to follow.
| Reporter | ||
Comment 1•16 years ago
|
||
No downtime required:
1) Run attached SQL to create new DB tables
2) svn up python and web code from trunk
3) Update scripts/config/createpartitionsconfig.py
collectCrashProcess = cm.Option()
collectCrashProcess.doc = "if true, parse and collect information about out of
process crashes; if false, don't"
collectCrashProcess.default = True
collectCrashProcess.fromStringConverter = cm.booleanConverter
3) Run createPartitions.py and check logs for 'rollback' or errors
4) Add new config options to scripts/config/dailyurlconfig.py
From Bug#542593
publicOutputPath = cm.Option()
publicOutputPath.doc = "file system location to put the 'external/public'
output csv file"
publicOutputPath.default = '.'
rawFileMountPoints = cm.Option()
rawFileMountPoints.doc = 'priority ordered, space-separated list of mount
points for raw json and dump files'
rawFileMountPoints.default = ''
| Reporter | ||
Comment 2•16 years ago
|
||
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → aravind
| Assignee | ||
Comment 3•16 years ago
|
||
Prod code is at version 1687. Running the sql now, will update here as I go along.
| Assignee | ||
Comment 4•16 years ago
|
||
This stuff is deployed. Tracking cron job problems in 542593.
Status: NEW → RESOLVED
Closed: 16 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
•