Closed
Bug 512326
Opened 16 years ago
Closed 16 years ago
Add clean_db.php to spreadfirefox.authstage DB import script
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: abuchanan, Assigned: fox2mike)
References
()
Details
Related to bug 434548, depends on bug 512323.
I've written a module to sanitize a production database dump of user sensitive info.
There is an existing DB import script, bug 434548. Please add this, to run after the import finishes,
php -f clean_db.php
clean_db.php is located in the spreadfirefox docroot
http://svn.mozilla.org/projects/spreadfirefox.com/trunk/clean_db.php
Thanks.
| Assignee | ||
Updated•16 years ago
|
Assignee: server-ops → shyam
| Assignee | ||
Comment 1•16 years ago
|
||
Done.
Also, I think I found the issue with your script not picking up the change. It uses ssh and since we moved the tm-* servers to puppet, mradm02's keys got wiped out from the machine and hence would not have worked.
I've just re-added the keys and your clean_db.php call to the script, so the next run should be good.
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
•