Closed
Bug 760467
Opened 13 years ago
Closed 13 years ago
Push Betafarm To Stage Monday June 4 2012 9am PST
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bensternthal, Assigned: cturra)
Details
Please push Betafarm to stage Monday June 4 2012 9am PST
* Note please update the code from the "v1.2" tag on github
As part of this push please update the following
1. New Daily Cron: python manage.py cron delete_abandoned_profiles
2. CACHES['default']['BACKEND'] setting in settings_local.py set to match the new value in settings_local.py-dist. For convenience, the new value is:'caching.backends.memcached.CacheClass'
3. DB Migration: Could you confirm with PMAC that migrations are indeed run on deploy?
| Assignee | ||
Updated•13 years ago
|
Assignee: server-ops → cturra
Comment 1•13 years ago
|
||
#3 was confirmed in the -dev bug where the cron and settings were added to -dev
| Assignee | ||
Comment 2•13 years ago
|
||
bensternthal - betafarm push to stage complete. as requested:
- v1.2 tag checked out
- daily cron added to delete_abandoned_profiles
- cache configuration in settings_local.py updated.
also, to confirm, every update push includes a db migrate (below is a snip from the update script from the -stage environment):
echo -e "migrate"
python $CODE_DIR/manage.py migrate &> /dev/null
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
Fantastic. Thanks guys!
Updated•12 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
•