https://bugzilla.wikimedia.org/show_bug.cgi?id=30787

John <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from John <[email protected]> 2011-11-03 14:17:13 UTC ---
I ran into the same problem with Mediawiki-1.17.0 (release) and PostgreSQL 9.1.
Apache 2.2.16 and 5.3.3 are installed on an Ubuntu 10.10 machine, with Postgres
installed on a different Ubuntu 10.04.03 box. 

I ran the installer script, changing the database name and username to my
Postgres credentials (I left the schema alone). The install script ran
successfully (no errors, no obvious errors in the Postgres logs) and I copied
the new LocalSettings.php file to my web root. 

However, attempting to access <addr>/wiki threw an exception, with mediawiki
not being able to find the right tables. I checked my postgres account, and the
tables and schema were created, but my user was not altered to include
"mediawiki" in the search_path variable.

I manually added "mediawiki" to my my search_path (running the ALTER ROLE
command from the command line) and I was able to get my wiki running
successfully.

In short, the install script apparently has issues with the ALTER ROLE command
in the current version of posgres.

(I did not test the current SVN build, but since I had the same issue as Brad
with an official release, I thought I'd chime in.)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to