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)

All
Other
task
Not set
critical

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`
Assignee: server-ops → jeremy.orem+bugs
There will be some SQL to run with this too, before we run the script. Marking dependent on the import bug.
Depends on: 629207
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
Severity: normal → major
This is blocking a security bug
Severity: major → critical
Blocks: 630598
No longer depends on: 629207
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.
Done.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.