From 4e36c871793fb85fd644572255ae2ca42ab93d41 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Fri, 30 Apr 2004 15:12:28 +0000 Subject: [PATCH] Added upgrade instructions and corrected path to SQL. --- docs/INSTALL.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt index 31b3f94..24a0297 100644 --- a/docs/INSTALL.txt +++ b/docs/INSTALL.txt @@ -18,7 +18,7 @@ KnowledgeTree Installation Notes $ mysqladmin -p create dms * Create and populate the tables: - $ mysql -p dms < sql/tables.sql + $ mysql -p dms < sql/mysql/install/tables.sql * Configure your installation by changing the following attributes in config/environment.php: - The fileSystemRoot property should point to the directory you installed the KnowledgeTree in eg. @@ -67,7 +67,21 @@ Troubleshooting Refer to docs/FAQ.txt. -Jam Warehouse – Smart Business Innovation +Upgrading +--------- + +In order to upgrade your KnowledgeTree installation, perform the following tasks: +- Run the appropriate database upgrade scripts against your database. If you are upgrading more than one version, multiple + upgrade scripts will need to be executed. + eg. if you're upgrading from version 1.1.2 to version 1.2.2, the following upgrade scripts need to be executed: + - sql/mysql/upgrade/1.2.0/1.2.0.sql + - sql/mysql/upgrade/1.2.1/1.2.1.sql + - sql/mysql/upgrade/1.2.2/1.2.2.sql + +- Upgrade your application code, by unpacking the latest download into your webroot directory. + + +Jam Warehouse � Smart Business Innovation Phone: +27 21 4477440 Fax: +27 21 4477449 Email: info@jamwarehouse.com -- libgit2 0.21.4