Title here
Summary here
{{ {{shortcut|[[Tech:DELETEBATCH]]|[[Tech:MOVEBATCH]]}} }}
To delete or move large batches of pages on a wiki, execute the following commands for the deleteBatch.php
and moveBatch.php
MediaWiki maintenance scripts in the following sequence:
mwtask181
(active maintenance server).sudo -u www-data php /srv/mediawiki/w/maintenance/deleteBatch.php --wiki=wikidbname -u "Miraheze maintenance script" -r "[[phab:T###|Requested]]" /home/yourshellusername/wikisubdomain.txt
, replacing the bolded and italicized portions as applicable. Note: deleteBatch.php
is interchangeable with moveBatch.php
as applicable.sudo -u www-data php /srv/mediawiki/w/maintenance/deleteBatch.php --wiki=wikidbname -u "Miraheze maintenance script" -r "[[phab:T###|Requested]]" /home/yourshellusername/wikisubdomain.txt
, replacing the bolded italicized portions as applicable. Note: deleteBatch.php
is interchangeable with moveBatch.php
as applicable.mwtask181
).