From e19a2ac3e1f647bd602d294d4fce354aaeca7c79 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 21 Mar 2011 21:59:04 +0000 Subject: [PATCH] template1 is a poor choice: use the standard 'postgres' database instead. Especially as the installer currently is modifying this database! (a separate bug...) --- includes/installer/PostgresInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 1a3a420f7d..0b140a5faa 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -109,7 +109,7 @@ class PostgresInstaller extends DatabaseInstaller { $this->getVar( 'wgDBserver' ), $this->getVar( '_InstallUser' ), $this->getVar( '_InstallPassword' ), - 'template1' ); + 'postgres' ); } else { $db = new DatabasePostgres( $this->getVar( 'wgDBserver' ), -- 2.20.1