User:Kelson/Wiki migration

From Wikimedia UK
< User:Kelson
Revision as of 11:52, 28 August 2013 by Kelson (talk | contribs)
Jump to navigation Jump to search
  • Notice on uk.wikipedia.org: Wikimedia UK's wiki will be migrated from the Wikimedia Foundation's datacenter to the Wikimedia UK's one. This will happen during the last week-end of September. To assure a smooth transition, we will migrate everything which possible to migrate. Unfortunately, we already know that we won't be able to migrated non-public information account information, this includes: watch lists, account configuration, email, password, ... We will recreate stub-accounts on the new instance and want to communicate to you your new password as soon as possible. So, please activate "Enable email from other users" in your user profile now!
  • Mirror WMF dump:
mirrorWmfDumps.pl --projectCode=ukwikimedia --databaseName=wiki --installPath=/var/www/wiki/w/ --databaseUsername=foo
--databasePassword=bar --withPageLinks --withMetaPages --withExternalLinks --withHistory --withSiteStats --withLogging 
--withPageRestrictions --withUserGroups
  • Mirror images:
mirrorImageFiles.pl --host=uk.wikimedia.org --path=w --directory=/var/www/wiki/w/
  • Re-create users

<source lang="bash"> listAllUsers.pl --host=uk.wikimedia.org --path=w > users cat users | createMediawikiUsers.pl --path=/var/www/wiki/w/ --database=wiki --databaseUsername=foo --databasePassword=bar > userpasswords <source>