Re: [Mediawiki-l] postgres upgrade

2010-01-13 Thread Justin Graf
to move the database Postgresql does not do in-place upgrade of databases . use pgdump from postgres 8.3 when backing up 8.1 database Install postgresql 8.3 create the database then restore the backed up database to 8.3 if you are still having problems go to the postgresql mailing list http:

Re: [Mediawiki-l] postgres upgrade

2010-01-13 Thread Greg Sabino Mullane
On 01/13/2010 10:35 AM, Scott Brunza wrote: > I'm in the middle of a server migration, and decided to upgrade my > instance of mediawiki and postgres to versions 1.15.1 and 8.3.8 > (stock SLES11 version) respectively. pg_dumps, restores, and db > admin is nothing new to me, but I can't for the lif

[Mediawiki-l] postgres upgrade

2010-01-13 Thread Scott Brunza
I'm in the middle of a server migration, and decided to upgrade my instance of mediawiki and postgres to versions 1.15.1 and 8.3.8 (stock SLES11 version) respectively. pg_dumps, restores, and db admin is nothing new to me, but I can't for the life of me get my instance (MW 1.9.3 and pg 8.1.11)