Last modified: 2006-04-12 08:15:49 UTC
Current MediaWiki must be manually configured for PostgreSQL. * tweak PostgreSQL configuration itself :P * create database * load in pg_tables.sql * do lots of GRANTs on all the tables/schemas and sequences The LocalSettings.php needs some particular love: $wgDBtype = 'PostgreSQL'; $wgPutIPinRC = true; $wgDisableSearchUpdate = true; The installer needs an option for pg setup, and the updaters need PG versions from here out.
There are detailed install instructions at http://ph3.defau.lt/index.php/PostgreSQL_Install
Nevertheless, users of PostgreSQL ought to be able to use the standard installer too.
*** Bug 1709 has been marked as a duplicate of this bug. ***
Created attachment 1516 [details] Postgres support for installer and many other sections Should allow a PG install to take place, when combined with the patch from bug 1295. Also fixes some other pieces of code to allow PG to work once installed.
Created attachment 1517 [details] Support for Postgre install and use Latest and greatest, run against svn 13596. Includes schema as well, and thus deprecates the other bug.
*** Bug 1295 has been marked as a duplicate of this bug. ***
Applied on trunk, r13603.