|
Upgrading Source Only, Community Edition to KnowledgeTree Commercial Edition |
Contents Previous Next |
Upgrading KnowledgeTree > Upgrading Source Only, Community Edition to KnowledgeTree Commercial
|
This procedure upgrades a KnowledgeTree Community edition, source only install, to the latest version of KnowledgeTree Commercial Edition.
**Note: This procedure describes an upgrade on Linux.
Perform the following steps:
$ chmod +x ktdms-[current version]-linux-installer.bin $ ./ktdms-[current version]-linux-installer.bin
<KnowledgeTree Stack Installation>\mysql\bin
./mysqladmin -u dmsadmin -p --socket=../tmp/mysql.sock drop dms
./mysqladmin -u dmsadmin -p --socket=../tmp/mysql.sock create dms
./mysql -u dmsadmin -p --socket=../tmp/mysql.sock dms < dump.sql
http://your_stack_installation_ip:port/setup/upgrade.php
Note: For more information on these administrative tasks, see the KnowledgeTree Administrator Manual.
|