FIXME: WARNING WARNING: the schemas used by the new databases are completely incompatible with schemas in any previous version of PhpWiki. If you install this new PhpWiki, you must start with a new empty database (currently either mysql or dba). (It will be filled with the usual default pages.) FIXME: add more. More comprehensive updgrading information is forthcoming... however in the meantime, this message is in the Open Discussion board on Sourceforge (see URL below for the thread). In it Jeff describes how to dump your current Wiki to a zip file and load the zip file into a new Wiki. To: noreply@sourceforge.net Subject: [phpwiki - Open Discussion] RE: convert dbm to mySql From: nobody Date: Fri, 09 Feb 2001 16:42:57 -0800 Read and respond to this message at: http://sourceforge.net/forum/message.php?msg_id=107858 By: dairiki Yes this is a little clumsy and non-obvious. I'm currently working on making it better (at least in the development branch.) In the mean time, here's how I suggest you Get either a zip dump, or a serialized dump from your old wiki. (But first, create a copy of FrontPage called HomePage, or else you will have trouble loading the new wiki. It will try to load the zip file every time since it doesn't detect a HomePage. --SW) (If your using a zip dump, it must (for now) be on the server machine. Copy it there if it's not there yet.) Edit lib/config.php in the new wiki and set WIKI_PGSRC to point either to your zip file, or the the serialized dump directory. Blow away the database of your new wiki. (Delete the db files for a db base wiki, or do something like: mysql -u -p < schemas/schema.mysql to blow away a mysql based wiki. Now with your web browser, go browse to the HomePage of your new wiki. It will detect that it's working with a virgin database and will pull in the pages from the source specified in WIKI_PGSRC. Jeff $Id: UPGRADING,v 1.4 2001-11-07 22:27:54 wainstead Exp $