Closed
Bug 570632
Opened 16 years ago
Closed 16 years ago
Run data migration on support-stage-new
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jsocol, Assigned: chizu)
References
Details
Sorry this is landing late and urgently. It's pretty easy, though!
On support-stage-new, just:
1) Activate the kitsune virtualenv
2) ./manage.py migrate_forum 5 4 3
(You can break (2) into 3 parts, and run `./manage.py migrate_forum 5`, then 4, then 3, if you'd like.)
There'll be a lot of output, you can add `--verbosity 0` to reduce it.
The `5` part will take the longest. It was 5 minutes locally (in a VM). The others are on the order of 10 seconds.
Thanks, amazing IT person who grabs this :)
| Reporter | ||
Comment 1•16 years ago
|
||
I said part `5` was the big one. I meant part `3`. I r smrt.
Part 3 took 11 minutes on stage. Done.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•