From 45d1422ab076395dac1a132687fa39d0227018c9 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Thu, 27 Nov 2008 11:23:38 +0100 Subject: [PATCH] Added upgrade procedure. --- INSTALL.mdtext | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/INSTALL.mdtext b/INSTALL.mdtext index 74e88e9..289de27 100644 --- a/INSTALL.mdtext +++ b/INSTALL.mdtext @@ -92,6 +92,19 @@ Here is the step-by-step installation procedure: Now you can login with this user into the interface. +## Upgrade InDefero + +To upgrade: + +* Make a backup of your data, including the database. +* Extract the new archive on top of the current one. +* Update your version of Pluf. +* Check that the path in the `index.php` are still good. +* Upgrade the database with: + + $ php /home/www/pluf/src/migrate.php --conf=IDF/conf/idf.php -a -d -u + $ php /home/www/pluf/src/migrate.php --conf=IDF/conf/idf.php -a -d + ## For the Apache Webserver Users If you are using [Apache](http://httpd.apache.org/) for your webserver