Difference between revisions of "MediaWiki/backing up"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(backing up MediaWiki moved to backing up MySQL data: nothing MW-specific in the article)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#redirect [[backing up MySQL data]]
+
==About==
 +
The two main pieces of [[MediaWiki]] which need to be preserved in order to reconstruct a site in the event of drive failure are:
 +
* custom files:
 +
** the images folder (which I usually rename to "wikiup", to distinguish it from "images" folders created by other apps)
 +
** any customized artwork created for the site (probably preserved elsewhere, but it's a good idea to keep everything together)
 +
* the database
 +
** exact process depends on what engine you are using
 +
*** for MySQL: [[MySQL/migration]]

Latest revision as of 17:02, 4 November 2024

About

The two main pieces of MediaWiki which need to be preserved in order to reconstruct a site in the event of drive failure are:

  • custom files:
    • the images folder (which I usually rename to "wikiup", to distinguish it from "images" folders created by other apps)
    • any customized artwork created for the site (probably preserved elsewhere, but it's a good idea to keep everything together)
  • the database
    • exact process depends on what engine you are using