From 4a2752c620ed94784300be0b5c37162f874c0de4 Mon Sep 17 00:00:00 2001 From: rurban Date: Wed, 22 Feb 2006 21:03:01 +0000 Subject: [PATCH] add 1.3.11 and Purge_Markup_Cache notes git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5008 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- UPGRADING | 39 ++++++++++++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/UPGRADING b/UPGRADING index aefc6858f..9fbaf260d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -1,18 +1,39 @@ -To migrate to a new phpwiki installation you have to backup your old pages +To migrate to a new phpwiki installation you might want to backup your old pages (best via a zip dump), configure your new installation, and restore the old -pages in PhpWikiAdministration. Or just upgrade your configuration as -described below. +pages in PhpWikiAdministration. +UPGRADING from 1.3.7 on requires just ?action=upgrade. -UPGRADING since 1.3.10 +Can't unpack bad cached markup. Probably php_zlib extension not loaded. +======================================================================= +Sign in as ADMIN_USER, go to PhpWikiAdministration#Purge_Markup_Cache +and click on the [Purge Cache] button. +?action=upgrade +=============== To upgrade default pages, the database and some config settings add "?action=upgrade" to your HomePage url and press "Enter", which will do most of the upgrades automatically. + You might need to enter the DBADMIN_USER and DBADMIN_PASSWD in config/config.ini for SQL databases and default permissions. -UPGRADING from 1.3.9 +The importer looks at the Date header of the page. In your current wikidb +against the creation date of the pgsrc, you want to import. +If you changed your pages after I changed the pgsrc pages, +they will not be upgraded. + +Or just upgrade your configuration as described below. + +UPGRADING since 1.3.11 +====================== +?action=upgrade should be enough. +UPGRADING since 1.3.10 +====================== +?action=upgrade should be enough. + +UPGRADING from 1.3.9 +====================== At first you have to manually create a config/config.ini based on config-dist.ini and your previous index.php. We don't have a script, to do that automatically. @@ -23,7 +44,7 @@ NOTE: ?action=upgrade does this also, if your mysql user has the ALTER permissions or DBADMIN_USER and DBADMIN_PASSWD are set. UPGRADING from 1.3.7 - +====================== mysql + postgres: ALTER TABLE session ADD sess_ip CHAR(15) NOT NULL; CREATE INDEX sess_date ON session (sess_date); @@ -52,8 +73,8 @@ this will come with the next release. Also upgrading the database automatically. UPGRADING from 1.2.x - -FIXME: WARNING WARNING: the schemas used by the new databases +====================== +FIXME: WARNING WARNING: The schemas used by the new databases are completely incompatible with schemas in any previous version (i.e. before release 1.3.1 of PhpWiki). If you install this new PhpWiki, you must start with a new empty database (currently @@ -136,4 +157,4 @@ that's what you gotta do. An older note on the same subject can be found at: http://sourceforge.net/forum/message.php?msg_id=107858 -$Id: UPGRADING,v 1.9 2004-12-17 09:23:41 rurban Exp $ +$Id: UPGRADING,v 1.10 2006-02-22 21:03:01 rurban Exp $ -- 2.45.0