Commit 113f2612e0a6acdf9c242ed9e3a8f309cae3c910
1 parent
ae784d0b
Move upgrade instructions to a separate file, and give version-specific
upgrade instructions for KnowledgeTree 2.0.0 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3215 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
50 additions
and
0 deletions
docs/UPGRADE.txt
0 → 100644
| 1 | +KnowledgeTree Upgrade instructions | |
| 2 | +================================== | |
| 3 | + | |
| 4 | +Basic upgrade | |
| 5 | +------------- | |
| 6 | + | |
| 7 | +In order to upgrade your KnowledgeTree installation, perform the following tasks: | |
| 8 | +- Run the appropriate database upgrade scripts against your database. If you are upgrading more than one version, multiple | |
| 9 | + upgrade scripts will need to be executed. | |
| 10 | + eg. if you're upgrading from version 1.2.2 to version 2.0.0, the following upgrade scripts need to be executed: | |
| 11 | + - sql/mysql/upgrade/1.2.2-to-1.2.3.sql | |
| 12 | + - sql/mysql/upgrade/1.2.3-to-1.2.4.sql | |
| 13 | + - sql/mysql/upgrade/1.2.4-to-2.0.0.sql | |
| 14 | + | |
| 15 | +- Upgrade your application code, by unpacking the latest download into your webroot directory. | |
| 16 | + | |
| 17 | +- Copy over the changes you made to the configuration to the configuration | |
| 18 | + file. | |
| 19 | + | |
| 20 | +Additional steps | |
| 21 | +---------------- | |
| 22 | + | |
| 23 | +KnowledgeTree 2.0.0 | |
| 24 | +------------------- | |
| 25 | + | |
| 26 | +When upgrading to KnowledgeTree 2.0.0, run the following commands from the | |
| 27 | +KnowledgeTree root directory (not the Root Folder): | |
| 28 | + | |
| 29 | + php bin/setPermissionFolder.php | |
| 30 | + php bin/rebuildSearchPermissions.php | |
| 31 | + | |
| 32 | +This requires the CGI or CLI php binary installed. If there are no error | |
| 33 | +messages, the process was successful. | |
| 34 | + | |
| 35 | +You can also run these commands via the web browser. If your KnowledgeTree | |
| 36 | +install is at http://example.org/kt/, then go to: | |
| 37 | + | |
| 38 | + http://example.org/kt/bin/setPermissionFolder.php | |
| 39 | + http://example.org/kt/bin/rebuildSearchPermissions.php | |
| 40 | + | |
| 41 | +Only errors will be displayed. | |
| 42 | + | |
| 43 | + | |
| 44 | +Jam Warehouse � Smart Business Innovation | |
| 45 | +Phone: +27 21 4477440 | |
| 46 | +Fax: +27 21 4477449 | |
| 47 | +Email: info@jamwarehouse.com | |
| 48 | +Web: http://www.jamwarehouse.com/ | |
| 49 | + | |
| 50 | +$Id$ | ... | ... |