This is a comment on Upgrade from 6.0.37 to 6.1.26 on php 7.4.33, posted by WikiAdmin at 08/11/2025 07:00

View source for Re: Upgrade from 6.0.37 to 6.1.26 on php 7.4.33

MariaDB 10.2 or 10.3 are ok, there is ((/Dev/Release/R6.1/Dependencies no technical requirement)) for MariaDB 10.4 except that previous versions are End of support.

Go to **constants.php** and change ##DB_MIN_VERSION## to
%%
const DB_MIN_VERSION			= ['mariadb' => '10.2.2', 'mysql' => '5.7.7'];
%%

Now you can install WackoWiki 6.1.26.