Re: Mediawiki 1.10 and PG 8.3 upgrade
От | Oliver Kohll |
---|---|
Тема | Re: Mediawiki 1.10 and PG 8.3 upgrade |
Дата | |
Msg-id | B9CC2C1E-FC4A-439A-A369-E5F5E8374829@gtwm.co.uk обсуждение исходный текст |
Ответ на | Mediawiki 1.10 and PG 8.3 upgrade (Jon Lapham <lapham@jandr.org>) |
Ответы |
Re: Mediawiki 1.10 and PG 8.3 upgrade
Re: Mediawiki 1.10 and PG 8.3 upgrade |
Список | 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
On 30 May 2008, at 22:10, pgsql-general-owner@postgresql.org wrote:
http://www.postgresql.org/docs/8.3/static/textsearch-migration.html
http://www.postgresql.org/docs/8.3/static/tsearch2.html
I haven't personally tried that procedure with MediaWiki, though.
В списке pgsql-general по дате отправления: