Last modified: 2013-10-21 08:13:47 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T57953, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 55953 - Create maintenance script that backs up everything but the tables and fields containing sensitive data
Create maintenance script that backs up everything but the tables and fields ...
Status: NEW
Product: MediaWiki
Classification: Unclassified
Maintenance scripts (Other open bugs)
1.22.0
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-21 00:55 UTC by Nathan Larson
Modified: 2013-10-21 08:13 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nathan Larson 2013-10-21 00:55:45 UTC
dumpBackup.php apparently dumps just the revisions and log events. There should be a script that will dump everything except the tables and fields containing sensitive data (i.e. stuff listed at https://www.mediawiki.org/wiki/Manual:Database_fields_containing_sensitive_data ). There should be new configuration settings, $wgSensitiveFields and $wgSensitiveTables, whose default values are set in DefaultSettings.php. Extensions, e.g. CheckUser, can add fields and tables to these arrays. The backup dumper will exclude those fields and tables from the backups.
Comment 1 Nathan Larson 2013-10-21 05:09:50 UTC
Perhaps the sensitive data, too, could be included in encrypted form. Then, as long as the systems administrator saved the key, these backups would still be usable to bring back the full database.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links