Closed
Bug 626897
Opened 14 years ago
Closed 14 years ago
[getpersonas] Run a script on getpersonas stage
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: oremj)
References
Details
Toby just checked in a script that needs running on this box/db:
http://personas.stage.mozilla.com/en-US/
The script is in the root of the dir:
http://viewvc.svn.mozilla.org/vc/projects/getpersonas.com/trunk/password_fix.php
Please adjust the variables at the top to point to the staging database and then run:
`php -f password_fix.php`
Updated•14 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Reporter | ||
Comment 1•14 years ago
|
||
There will be some SQL to run with this too, before we run the script. Marking dependent on the import bug.
Depends on: 629207
Reporter | ||
Comment 2•14 years ago
|
||
Alright, after bug 629207 is done, the steps here are:
Run this:
> alter table users change column md5 md5 varbinary(255) DEFAULT NULL;
Run this:
> php -f password_fix.php
Thanks
Reporter | ||
Updated•14 years ago
|
Severity: normal → major
Assignee | ||
Comment 4•14 years ago
|
||
mysql> alter table users change column md5 md5 varbinary(255) DEFAULT NULL;
Query OK, 1225227 rows affected (26.08 sec)
Records: 1225227 Duplicates: 0 Warnings: 0
Script is running now. Looks like it is doing 300/second, so it should take about 1 1/2 hours.
Assignee | ||
Comment 5•14 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 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
•