MediaWiki/Merging Wikis: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with " Manual:Merging a wiki into another wiki https://www.mediawiki.org/wiki/Manual:Merging_a_wiki_into_another_wiki # In the source wiki, set $wgExportAllowAll = true. # Use Special:Export to export everything from your source wiki to an XML file. # [https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps Import the XML] file into your target wiki.")
(No difference)

Revision as of 07:04, 31 December 2023

Manual:Merging a wiki into another wiki
https://www.mediawiki.org/wiki/Manual:Merging_a_wiki_into_another_wiki
  1. In the source wiki, set $wgExportAllowAll = true.
  2. Use Special:Export to export everything from your source wiki to an XML file.
  3. Import the XML file into your target wiki.