Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
TetraWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Wiki.tetrain.com Upgrade Plan
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== 3. Chosen approach == * '''Target OS: Rocky Linux 9''' (chosen over 10 β more production-proven at this point). * '''Target MediaWiki: 1.43 LTS''' (supported through Dec 2027; requires PHP 8.1+, MariaDB 10.1+/MySQL 5.5.8+). Chosen over the newer 1.46 stable for production stability. * '''Migration mechanism: disposable Docker containers, one per LTS hop''', since the hop chain needs several different PHP versions that can't sanely coexist natively on one Rocky 9 box. Official MediaWiki Docker Hub images only retain current-era tags, so each hop is built from the official <code><nowiki>php</nowiki></code> image (which does keep full historical tags) plus the matching MediaWiki release tarball downloaded directly from releases.wikimedia.org. * '''LTS hop chain''' (confirmed via mediawiki.org release history β [https://www.mediawiki.org/wiki/Compatibility Compatibility], [https://www.mediawiki.org/wiki/Manual:Upgrading Manual:Upgrading]): 1.18.4 (source) β '''1.23.16''' β '''1.27.7''' β '''1.31.16''' β '''1.35.13''' β '''1.39.11''' β '''1.43.2'''. One DB instance (MariaDB 10.11) persists across every hop; only the PHP runtime + MediaWiki codebase change per hop. <code><nowiki>update.php</nowiki></code> run at each stop reconciles the schema forward; extensions are deliberately *not* loaded during the hop chain (minimal <code><nowiki>LocalSettings.php</nowiki></code>, DB connection only) since the goal is walking the core schema, not extension data β extensions get reconciled once on the final 1.43 codebase. * Final production runtime: native (not Docker) on Rocky 9, matching the rest of the fleet's operational pattern β PHP 8.1+, MariaDB 10.11 LTS, httpd or nginx+php-fpm, TLS via Let's Encrypt (client has already pointed DNS at the new box).
Summary:
Please note that all contributions to TetraWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
TetraWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)