Page 1 of 1

Changelog - Websites

Posted: Mon Dec 10, 2018 5:40 am
by RabbiBob
  • Added Category:Things_To_Do - Overall container for things to be addressed
  • Added Clean Up Done category - figured it would be nice to determine what has been done
  • Removed RecentChanges & IRC from first drop down menu
  • To do: address hot-linking images

Re: Changelog - Websites

Posted: Mon Sep 16, 2019 10:10 am
by RabbiBob
Copied site to test.* and implemented latest MW (1.33)

Notes:

Code: Select all

check extension versions on old site and update new site
	BoilerPlates - custom configs (migrate) - done
	PipeEscape is OLD
	#wfLoadExtension( 'MultimediaViewer' ); 	#1.33 - seems broke?


Skins - frontier

	updated
	font is a little bigger?
To do: swap sites on backend

Re: Changelog - Websites

Posted: Mon Sep 16, 2019 4:56 pm
by RabbiBob
Updated prod to MW 1.33

phpBB -> pending (too many bugs to deal with today)

Re: Changelog - Websites

Posted: Sat Sep 05, 2020 6:52 am
by RabbiBob
  • Fixed https insecure issue found when using |thumb| for large pictures. Resolution: editing $wgServer = "https://betamountain.org";

Re: Changelog - Websites

Posted: Sat May 07, 2022 6:21 am
by RabbiBob
Migrated off of mail services for domains, required updating
  • Updated SMTP to new provider and tested.
  • ssl://<serveraddress> required in the syntax

Re: Changelog - Websites

Posted: Fri Dec 01, 2023 4:14 pm
by RabbiBob
Lots of back-end updates. Sometimes letting a thing stagnate makes it harder and harder to deal with, this was one of those cases.
  • Created new temp server
  • migrated 1.33 MediaWiki to 1.35 on all websites
  • migrated 1.35 MediaWiki to 1.39 on all websites
  • exported updated databases
  • Create new 2024 server
  • Imported mediawiki databases and stood up existing domains. Accidently goes to php8.1, but all the software appears to have taken that change well, so here we are.
Implemented a couple of (hopefully) easier ways to update to newer versions of mediawiki and phpbb as needed in the future. Learned a lot jumping that many versions of MW (I think I've been using MW in one way or another since 1.16 (2008) and this was the biggest gap I've ever had to overcome in one go) and came away with the fact that if you ignore Skins and Extensions you can just:
  • Start a new temp server
  • Install the required apache/php/mysql variants
  • Install the next LTS version of MediaWiki and start a clean database instance
  • Once that is working, point MW at the old database and then run maintenance/update.php
If that updates, you've got an LTS compliant database and then you can use that to start up a new server with. Worry about the extensions and skin(s) on the new server.

Re: Changelog - Websites

Posted: Tue Dec 05, 2023 6:03 pm
by RabbiBob
  • Upgraded RAM from 8GB to 24GB (not that it was needed, it was just available).
    • 4 | 2 | 4 | 2 **[CPU]** 2 | 4 | 2 | 4
:RB_Doc:

Re: Changelog - Websites

Posted: Fri Dec 15, 2023 8:03 pm
by RabbiBob
Off server backups now working (still need a final check of the listings).
  • Annual (YYYY) - First of the year
  • Monthly (01-12) - First of the month
  • Weekly (00-52) - Sunday
Monthly and Weekly will cycle through the year, overwriting each following year. Annual will survive indefinitely.

Adjusted cronjob times to allow each area to complete prior to the next stage (found truncated files in testing).

Rsync to remote system appears to be working fine.