Closed
Bug 608716
Opened 15 years ago
Closed 15 years ago
Push SUMO 2.2.7 Tuesday, Nov 2 @ 4pm PT
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jsocol, Assigned: oremj)
Details
(Whiteboard: 11/02/2010 @ 4pm)
This should be a relatively straight-forward push. No SQL involvement. There should be no downtime.
git tag: 2.2.7
svn tag: 1.5.6.4 (full URL after QA verifies the last bug)
cp scripts/minify/minify.conf.php.dist scripts/minify/minify.conf.php
Flush memcache.
Then on our side we just need to flip a setting on production.
Not sure if we want to take care of bug 607964 at the same time?
Updated•15 years ago
|
Flags: needs-downtime+
Whiteboard: 11/02/2010 @ 4pm
Comment 1•15 years ago
|
||
This is the same time as the sfx push - webdev/qa resources available to do both?
Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> webdev/qa resources available to do both?
Yep, totally separate teams.
Comment 3•15 years ago
|
||
Can I get upgrade instructions posted/linked here please?
Assignee: server-ops → aravind
Reporter | ||
Comment 4•15 years ago
|
||
* svn switch to https://svn.mozilla.org/projects/sumo/tags/1.5/1.5.6.4_02112010_r76566
** Note that there are a few symlinked directories in webroot/ that will need to be moved before the switch and moved back after.
* git checkout tag 2.2.7
** Probably need to `git fetch origin` first or `git pull 2.2.7`. I'm not sure what they usually do here.
* cp scripts/minify.conf.php.dist scripts/minify.conf.php
* Stop and restart celeryd on pm-app-sumo04.
* Flush memcache.
That should do it.
Reporter | ||
Comment 5•15 years ago
|
||
Oh, and in the kitsune directory, we'll need to run
python26 manage.py compress_assets
Assignee | ||
Updated•15 years ago
|
Assignee: aravind → jeremy.orem+bugs
Assignee | ||
Comment 6•15 years ago
|
||
? media
? settings_local.py
? kitsune
? hello
? product_details
? pip-log.txt
? live_chat.key
? scripts-backup
? sumo.diff
? .svn-renamed
? webroot/installer
? webroot/maps
? webroot/img-local
? webroot/jsocol-1.patch
? webroot/dmoore.php
? webroot/img.svn
? webroot/db2
? webroot/.htaccess
? webroot/jsocol-2.patch
? webroot/mods
? webroot/dump.svn
? webroot/img.old
? webroot/files/.htaccess
~ webroot/dump
? webroot/temp/.htaccess
? webroot/doc/.htaccess
? webroot/js/.htaccess
? webroot/lang/.htaccess
? webroot/components/.htaccess
? webroot/pics/.htaccess
? webroot/templates_c/.htaccess
? webroot/css/.htaccess
? webroot/bin/.htaccess
? webroot/tikimovies/.htaccess
~ webroot/img
? webroot/db/local.php
? webroot/db/.htaccess
? webroot/images/.htaccess
? webroot/lib/.htaccess
? webroot/lib/commentslib.php.orig
? webroot/lib/fckeditor_tiki/.htaccess
? webroot/lib/fckeditor/.htaccess
? webroot/whelp/.htaccess
? webroot/popups/.htaccess
? webroot/styles/.htaccess
? webroot/modules/.htaccess
? webroot/games/.htaccess
? webroot/backups/.htaccess
? webroot/templates/.htaccess
M scripts/fetch_sumo_lists.php
M scripts/tiki_script_base.php
? scripts/showfor/config.php
? scripts/sphinx/search.conf.php
? scripts/sphinx/weights_weights.txt
? scripts/sphinx/stopwords.txt
? scripts/sphinx/withc_weights.txt
? scripts/sphinx/binary_weights.txt
? scripts/minify/minify.conf.php
Path: .
URL: https://svn.mozilla.org/projects/sumo/tags/1.5/1.5.6.4_02112010_r76566
Repository Root: https://svn.mozilla.org
Repository UUID: 4eb1ac78-321c-0410-a911-ec516a8615a5
Revision: 76738
Node Kind: directory
Schedule: normal
Last Changed Author: jsocol@mozilla.com
Last Changed Rev: 76704
Last Changed Date: 2010-11-02 11:27:13 -0700 (Tue, 02 Nov 2010)
[root@mradm02 prod]# git log -1
commit 8d9501eccae1796fe7ac20c20655b82bc963803a
Author: Fred Wenzel <fwenzel@mozilla.com>
Date: Mon Nov 1 16:02:57 2010 -0700
Make Army of Awesome page validate. Bug 608086.
[root@mradm02 prod]# git status
# Not currently on any branch.
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# build/
# src/
nothing added to commit but untracked files present (use "git add" to track)
Status: NEW → RESOLVED
Closed: 15 years ago
OS: Other → BSDI
Resolution: --- → FIXED
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
•