Server Updates - CosmosTUe/Cosmos GitHub Wiki

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