]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - UPGRADING
Did find-grep to replace all occurances of FrontPage to HomePage.
[SourceForge/phpwiki.git] / UPGRADING
1 More comprehensive updgrading information is forthcoming... however in
2 the meantime, this message is in the Open Discussion board on
3 Sourceforge (see URL below for the thread). In it Jeff describes how
4 to dump your current Wiki to a zip file and load the zip file into a
5 new Wiki.
6
7 To: noreply@sourceforge.net
8 Subject: [phpwiki - Open Discussion] RE: convert dbm to mySql
9 From: nobody <nobody@sourceforge.net>
10 Date: Fri, 09 Feb 2001 16:42:57 -0800
11
12 Read and respond to this message at: 
13 http://sourceforge.net/forum/message.php?msg_id=107858
14 By: dairiki
15
16 Yes this is a little clumsy and non-obvious.
17 I'm currently working on making it better (at least
18 in the development branch.)
19
20 In the mean time, here's how I suggest you
21
22 Get either a zip dump, or a serialized dump from your
23 old wiki.
24
25 (If your using a zip dump, it must (for now) be
26 on the server machine.  Copy it there if it's not
27 there yet.)
28
29 Edit lib/config.php in the new wiki and set WIKI_PGSRC
30 to point either to your zip file, or the the serialized
31 dump directory.
32
33 Blow away the database of your new wiki.
34 (Delete the db files for a db base wiki,
35 or do something like:
36   mysql -u <user> -p <database> < schemas/schema.mysql
37 to blow away a mysql based wiki.
38
39 Now with your web browser, go browse to
40 the HomePage of your new wiki.  It will detect
41 that it's working with a virgin database and
42 will pull in the pages from the source
43 specified in WIKI_PGSRC.
44
45 Jeff
46
47
48 $Id: UPGRADING,v 1.2 2001-04-06 18:21:36 wainstead Exp $