Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 503 Bytes

maintaining.md

File metadata and controls

10 lines (7 loc) · 503 Bytes

Maintaining your wiki

Running maintenance scripts

Usually, you don't need to run maintenance scripts. update.php is always ran during the container startup process, so if you need to run it, it's best to remove the existing container and spin up a new one. The job queue is always automatically ran during the entire life of the container.

However, in the case you do need to run them, you can use:

sudo docker compose exec web php /var/www/mediawiki/w/maintenance/SCRIPT_NAME.php