From: Greg Sabino Mullane Date: Wed, 10 Oct 2007 01:24:18 +0000 (+0000) Subject: Add notes about alternate methods X-Git-Tag: 1.31.0-rc.0~51184 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24ze_article%22%29%20.%20%22?a=commitdiff_plain;h=f53fed2d6b0ccb54e5f24b632382edd4fc390f28;p=lhc%2Fweb%2Fwiklou.git Add notes about alternate methods --- diff --git a/maintenance/postgres/mediawiki_mysql2postgres.pl b/maintenance/postgres/mediawiki_mysql2postgres.pl index b37a67da48..8a3bb2c488 100644 --- a/maintenance/postgres/mediawiki_mysql2postgres.pl +++ b/maintenance/postgres/mediawiki_mysql2postgres.pl @@ -3,6 +3,13 @@ ## Convert data from a MySQL mediawiki database into a Postgres mediawiki database ## svn: $Id$ +## NOTE: It is probably easier to dump your wiki using maintenance/dumpBackup.php +## and then import it with maintenance/importDump.php + +## If having UTF-8 problems, there are reports that adding --compatible=postgresql +## may help. + + use strict; use warnings; use Data::Dumper;