http://www.mediawiki.org/wiki/Special:Code/MediaWiki/84493
Revision: 84493
Author: greg
Date: 2011-03-21 21:59:04 +0000 (Mon, 21 Mar 2011)
Log Message:
-----------
template1 is a poor choice: use the standard 'postgres' database instead.
Especially as the installer currently is modifying this database! (a separate
bug...)
Modified Paths:
--------------
trunk/phase3/includes/installer/PostgresInstaller.php
Modified: trunk/phase3/includes/installer/PostgresInstaller.php
===================================================================
--- trunk/phase3/includes/installer/PostgresInstaller.php 2011-03-21
21:53:13 UTC (rev 84492)
+++ trunk/phase3/includes/installer/PostgresInstaller.php 2011-03-21
21:59:04 UTC (rev 84493)
@@ -109,7 +109,7 @@
$this->getVar( 'wgDBserver' ),
$this->getVar( '_InstallUser' ),
$this->getVar( '_InstallPassword' ),
- 'template1' );
+ 'postgres' );
} else {
$db = new DatabasePostgres(
$this->getVar( 'wgDBserver' ),
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs