Skip to content

Server Updates

Maxime Kabel edited this page Mar 23, 2022 · 3 revisions

Updating the wiki (Run Bi-Yearly)

Backup the database first in case anything goes wrong

sudo -iu postgres
pg_dump wiki_general > wiki_general_dump.sql

Navigate to the maintenance directory of the wiki

cd /var/www/mediawiki-general/maintenance

and then run the update script

php update.php
Clone this wiki locally