Re: Mediawiki 1.10 and PG 8.3 upgrade - Mailing list pgsql-general

From Oliver Kohll
Subject Re: Mediawiki 1.10 and PG 8.3 upgrade
Date
Msg-id B9CC2C1E-FC4A-439A-A369-E5F5E8374829@gtwm.co.uk
Whole thread Raw
In response to Mediawiki 1.10 and PG 8.3 upgrade  (Jon Lapham <lapham@jandr.org>)
Responses Re: Mediawiki 1.10 and PG 8.3 upgrade  ("Greg Sabino Mullane" <greg@turnstep.com>)
Re: Mediawiki 1.10 and PG 8.3 upgrade  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-general
If upgrading MediaWiki to a version that supports postgres 8.3, another option could be to export from the old db as XML (using the Special:Export page) then import once the new wiki's installed with a blank database - that's what I'm going to try, I've had problems upgrading MediaWiki databases in the past, possibly due to customised installations. This should hopefully render any database issues irrelevant.

You need to know the names of the pages to export, but could get those with a simple query direct to the database like

SELECT pagetitlecolumn FROM tablewherepagetitlesarestored;


Regards
Oliver



pgsql-general by date:

Previous
From: "dvs"
Date:
Subject: Re: cannot use result of (insert .. returning)
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Mediawiki 1.10 and PG 8.3 upgrade