Add notes about alternate methods
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Wed, 10 Oct 2007 01:24:18 +0000 (01:24 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Wed, 10 Oct 2007 01:24:18 +0000 (01:24 +0000)
maintenance/postgres/mediawiki_mysql2postgres.pl

index b37a67d..8a3bb2c 100644 (file)
@@ -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;