Check minimum database server version when running update.php
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 3 Oct 2017 05:14:33 +0000 (22:14 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 3 Oct 2017 05:23:32 +0000 (22:23 -0700)
commit574ae4929e30700e29fef0e0d4f4824599205174
treea006d128ff4e32846e7035ef5aba2b79ea25af20
parent6e067e541154d3c4c1decbe12f602177d4f38aeb
Check minimum database server version when running update.php

If MediaWiki has increased the minimum database server version that is
required, check it when running update.php to ensure it is still
compatible. Previously this was only checked during the installer.

Bug: T162044
Change-Id: I47092c9557f4706a4dcb3a23150647e68af4317f
includes/installer/DatabaseInstaller.php
includes/installer/Installer.php
includes/installer/MssqlInstaller.php
includes/installer/MysqlInstaller.php
includes/installer/OracleInstaller.php
includes/installer/PostgresInstaller.php
includes/installer/SqliteInstaller.php
maintenance/update.php