Closed
Bug 654712
Opened 14 years ago
Closed 14 years ago
Push SUMO 2.8.1.1 ASAP
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jsocol, Assigned: fox2mike)
Details
We found an issue and need to do a quick SUMO update to tag 2.8.1.1. There are no CSS/JS or database changes, so we can skip the compress_assets and schematic steps, but should still restart celery and apache to be on the safe side.
The issue is bug 654697.
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → shyam
| Assignee | ||
Comment 1•14 years ago
|
||
Done.
[shyam@boris ~]$ ssh -A mradm02
Last login: Wed May 4 08:20:32 2011 from v74boris.mozilla.org
cd [root@mradm02 ~]# cd /data/sumo_python/src/prod
[root@mradm02 prod]# git fetch -t
remote: Counting objects: 20, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 11 (delta 8), reused 0 (delta 0)
Unpacking objects: 100% (11/11), done.
From http://github.com/jsocol/kitsune
* [new tag] 2.8.1.1 -> 2.8.1.1
[root@mradm02 prod]# git checkout 2.8.1.1
M vendor
Previous HEAD position was a35dc18... Redirect after register or login during AAQ flow so that csrf middleware is able to set session tokens. [bug 654336]
HEAD is now at c20c6ce... Added csrf to AoA reply and added @anonymous_csrf to the views. [bug 654697]
[root@mradm02 prod]# git submodule update --init --recursive
[root@mradm02 prod]# /data/sumo/deploy
Do you really want to push SUMO and reload apache? [y/n] y
[master 475c1bf] SUMO push
3 files changed, 7 insertions(+), 0 deletions(-)
+ cd /data/sync/sumo
+ /usr/bin/git fetch -q
+ /usr/bin/git reset -q --hard origin
+ /data/bin/issue-multi-command.py sumo /data/bin/libget/get-php5-www-git.sh
[support1.webapp.phx1.mozilla.com] run: /data/bin/libget/get-php5-www-git.sh
[support1.webapp.phx1.mozilla.com] out: Not removing support.mozilla.com/kitsune/apps/notifications/
[support1.webapp.phx1.mozilla.com] out: Not removing support.mozilla.com/kitsune/vendor/packages/celery/
[support1.webapp.phx1.mozilla.com] out: Not removing support.mozilla.com/kitsune/vendor/packages/django-celery/
[support2.webapp.phx1.mozilla.com] run: /data/bin/libget/get-php5-www-git.sh
[support4.webapp.phx1.mozilla.com] run: /data/bin/libget/get-php5-www-git.sh
[support3.webapp.phx1.mozilla.com] run: /data/bin/libget/get-php5-www-git.sh
[support5.webapp.phx1.mozilla.com] run: /data/bin/libget/get-php5-www-git.sh
+ /data/bin/issue-multi-command.py sumo_celery /data/bin/libget/get-php5-www-git.sh
[sumocelery1.webapp.phx1.mozilla.com] run: /data/bin/libget/get-php5-www-git.sh
[sumocelery1.webapp.phx1.mozilla.com] out: Not removing support.mozilla.com/kitsune/apps/notifications/
[sumocelery1.webapp.phx1.mozilla.com] out: Not removing support.mozilla.com/kitsune/vendor/packages/celery/
[sumocelery1.webapp.phx1.mozilla.com] out: Not removing support.mozilla.com/kitsune/vendor/packages/django-celery/
+ /data/bin/issue-multi-command.py sumo apachectl graceful
[support1.webapp.phx1.mozilla.com] run: apachectl graceful
[support2.webapp.phx1.mozilla.com] run: apachectl graceful
[support4.webapp.phx1.mozilla.com] run: apachectl graceful
[support5.webapp.phx1.mozilla.com] run: apachectl graceful
[support3.webapp.phx1.mozilla.com] run: apachectl graceful
Do you want to restart celery? [y/n] y
[sumocelery1.webapp.phx1.mozilla.com] run: /sbin/service celeryd-kitsune-prod restart
[sumocelery1.webapp.phx1.mozilla.com] out: Restarting celery-kitsune-prod: celery-kitsune-prod: stopped
[sumocelery1.webapp.phx1.mozilla.com] out: celery-kitsune-prod: started
[sumocelery1.webapp.phx1.mozilla.com] out: [ OK ]
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•14 years ago
|
||
08:30:59 <@jsocol> oooh
08:31:03 <@jsocol> fox2mike: I may have lied to you
08:31:07 <@jsocol> there was a JS change
08:31:15 <@jsocol> ok, s/may have/totally
08:31:23 -!- chowse [chowse@moz-E12C87B5.hsd1.ca.comcast.net] has joined #sumodev
08:31:52 < fox2mike> jsocol: okay, what needs to be done?
08:32:11 <@jsocol> fox2mike: just compress_assets and push
So that was done too.
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
•