<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://agileme.wiki/wiki/index.php?action=history&amp;feed=atom&amp;title=Wiki_Migration</id>
	<title>Wiki Migration - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://agileme.wiki/wiki/index.php?action=history&amp;feed=atom&amp;title=Wiki_Migration"/>
	<link rel="alternate" type="text/html" href="https://agileme.wiki/wiki/index.php?title=Wiki_Migration&amp;action=history"/>
	<updated>2026-05-11T19:33:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.6</generator>
	<entry>
		<id>https://agileme.wiki/wiki/index.php?title=Wiki_Migration&amp;diff=1350&amp;oldid=prev</id>
		<title>Mmusij: Created page with &quot;category:maintenance  ==Update Local Settings== In the hosting service file manager edit the &lt;code&gt;~/public_html/wiki/LocalSettings.php&lt;/code&gt; file and ensure that the nec...&quot;</title>
		<link rel="alternate" type="text/html" href="https://agileme.wiki/wiki/index.php?title=Wiki_Migration&amp;diff=1350&amp;oldid=prev"/>
		<updated>2021-06-16T00:58:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/wiki/Category:Maintenance&quot; title=&quot;Category:Maintenance&quot;&gt;category:maintenance&lt;/a&gt;  ==Update Local Settings== In the hosting service file manager edit the &amp;lt;code&amp;gt;~/public_html/wiki/LocalSettings.php&amp;lt;/code&amp;gt; file and ensure that the nec...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[category:maintenance]]&lt;br /&gt;
&lt;br /&gt;
==Update Local Settings==&lt;br /&gt;
In the hosting service file manager edit the &amp;lt;code&amp;gt;~/public_html/wiki/LocalSettings.php&amp;lt;/code&amp;gt; file and ensure that the necessary updates to the extensions, user permissions, ability to upload files are updated appropriately.&lt;br /&gt;
&lt;br /&gt;
==Update Graphics==&lt;br /&gt;
In the hosting service file manager upload the graphics for the wiki logos and favicons to the &amp;lt;code&amp;gt;~/public_html/wiki/assets&amp;lt;/code&amp;gt; directory. N.B. Logo sizes are expected to be in multiples of 135 x 135 pixels, e.g. 1x = (135, 135) and 2x = (270, 270)&lt;br /&gt;
&lt;br /&gt;
==Update Main Page==&lt;br /&gt;
Using MediaWiki:MainPage update the main page&lt;br /&gt;
&lt;br /&gt;
==Update Sidebar==&lt;br /&gt;
Using MediaWiki:Sidebar update the side bar links and items&lt;br /&gt;
&lt;br /&gt;
==Export Pages==&lt;br /&gt;
From Special:Export export the pages into a downloaded XML file.&lt;br /&gt;
&lt;br /&gt;
==Import Pages==&lt;br /&gt;
From the downloaded XML file upload the pages using the Special:Import page.&lt;br /&gt;
&lt;br /&gt;
==Compress Image Files==&lt;br /&gt;
In the host file manager compress all of the files in the &amp;lt;nowiki&amp;gt;~/html/wiki/images/&amp;lt;/nowiki&amp;gt; directory into a tar file and download from the host server.&lt;br /&gt;
&lt;br /&gt;
Once downloaded extract the files and associated directory structure into a parent directory.&lt;br /&gt;
&lt;br /&gt;
==Move The Files==&lt;br /&gt;
The files are located within the subdirectory structure and so need to be relocated to the parent directory.&lt;br /&gt;
&lt;br /&gt;
Change directory to the parent directory and execute the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;find . -type f -exec mv -i -- {} . \;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Rename Files==&lt;br /&gt;
The next step is to rename the files by replacing the underscores with spaces in the filenames.&lt;br /&gt;
&lt;br /&gt;
In the terminal, change the directory to the parent directory and execute the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;find . -name &amp;quot;*_*&amp;quot; -type f -print0 | while read -d $'\0' f; do mv -v &amp;quot;$f&amp;quot; &amp;quot;${f//_/ }&amp;quot;; done&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Upload Files==&lt;br /&gt;
Using the Extension:SimpleBatchUpload extension to Media Wiki upload the files in the Special:BatchUpload page.&lt;br /&gt;
&lt;br /&gt;
==Update The Categories==&lt;br /&gt;
Using Special:WantedCategories page to list the broken links and missing categories, create new categories for each item on the list.&lt;br /&gt;
&lt;br /&gt;
==Finally==&lt;br /&gt;
Check out the wiki and look for broken links in the imported pages.&lt;/div&gt;</summary>
		<author><name>Mmusij</name></author>
	</entry>
</feed>