X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FPostgresInstaller.php;h=16b47e2869dd3deb202522746320adfe6ab58f2b;hb=e3c441f50b1aac90c397a715e7f306d1237b6bf3;hp=21d83d2397bc8dd2844c1ee93e6e948b1457fa93;hpb=6bf34ad9c118994c7451f85b859b270c2c402b30;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 21d83d2397..16b47e2869 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -46,7 +46,7 @@ class PostgresInstaller extends DatabaseInstaller { '_InstallUser' => 'postgres', ]; - public static $minimumVersion = '8.3'; + public static $minimumVersion = '9.2'; protected static $notMiniumumVerisonMessage = 'config-postgres-old'; public $maxRoleSearchDepth = 5;