User:Kelson/Wiki migration: Difference between revisions

From Wikimedia UK
Jump to navigation Jump to search
No edit summary
(Blanked the page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
* New wiki is available at [http://wiki.wikimedia.org.uk http://wiki.wikimedia.org.uk]. At the end of the migration, [http://www.wikimedia.org.uk http://www.wikimedia.org.uk] and [http://wikimedia.org.uk http://wikimedia.org.uk] will also point to it. [http://uk.wikimedia.org http://uk.wikimedia.org] which is the current instance hosted at the WMF will be put in read only during the migration and kep online for a few monthes.


* Mirror WMF dump:
<source lang="bash">
mirrorWmfDumps.pl --projectCode=ukwikimedia --databaseName=wiki --installPath=/var/www/wiki/w/ --databaseUsername=foo
--databasePassword=bar --withPageLinks --withMetaPages --withExternalLinks --withHistory --withSiteStats --withLogging
--withPageRestrictions --withUserGroups
</source>
* Mirror images:
<source lang="bash">
mirrorImageFiles.pl --host=uk.wikimedia.org --path=w --directory=/var/www/wiki/w/
</source>
* 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>

Latest revision as of 12:08, 28 August 2013