Difference between revisions of "Maintenance Scripts"
Jump to navigation
Jump to search
(Created page with "MediaWiki's Maintenance Scripts are PHP located in the <code>./maintenance</code> directory of MediaWiki installation home directory. They provide a number of useful funct...") |
|||
Line 1: | Line 1: | ||
MediaWiki's Maintenance Scripts are [[PHP]] located in the <code>./maintenance</code> directory of MediaWiki installation home directory. They provide a number of useful functionalities, including [[backup and restore]]. | MediaWiki's Maintenance Scripts are [[PHP]] located in the <code>./maintenance</code> directory of MediaWiki installation home directory. They provide a number of useful functionalities, including [[Backup and Restore|backup and restore]]. |
Revision as of 12:35, 13 January 2022
MediaWiki's Maintenance Scripts are PHP located in the ./maintenance
directory of MediaWiki installation home directory. They provide a number of useful functionalities, including backup and restore.