Maintenance scripts

Revision as of 09:41, 21 May 2024 by Margit Link-Rodrigue (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Backup/Export/Import

  • dumpBackup.php:
    creates an XML dump which contains the content of the wiki (wiki pages with all their revisions), without the site-related data.
  • export.php:
    exports a defined list of pages to PDF.
  • importDump.php:
    imports XML dump files produced fromSpecial:Export or dumpBackup.php and saves them into the current wiki.
  • importImages.php:
    uploads images to MediaWiki from the same computer where the wiki is configured. It does a remote upload if configuration parameter$wgForeignFileRepos is configured correctly.

Content stabilization

  • contentStabilization  v4.3+:
    changes the page status of pages.

Users

  • createAndPromote.php:
    creates a new user or modifies an existing user. For the corresponding user, the script can then grant additional rights (e.g. sysop, bureaucrat or bot rights) and change the user's password.





To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions