Hello,
I am currently using OpenKM Community 6.2.2 on a Windows Server 2008 R2 with PostgreSQL database. I am looking to migrate to 6.2.4. I chose to skip 6.2.3 because of the user/role permission problems. Can I migrate straight to 6.2.4 from 6.2.2 ? What has to be done to the database?
The migration notes for 6.2.2 to 6.2.3 shows:
Run from your preferred SQL client these queries:
HSQL
ALTER TABLE OKM_NODE_MAIL ALTER COLUMN NML_CONTENT clob;
MySQL
ALTER TABLE OKM_NODE_MAIL MODIFY NML_CONTENT longtext;
The migration notes for 6.2.3 to 6.2.4 shows:
Run from your preferred SQL client these queries:
DROP TABLE OKM_OMR;
Start Tomcat again
Go to Administration > Database Query, and remove obsolete configuration properties:
DELETE FROM OKM_CONFIG WHERE CFG_KEY='kea.model.file';
DELETE FROM OKM_CONFIG WHERE CFG_KEY='kea.stopwords.file';
DELETE FROM OKM_CONFIG WHERE CFG_KEY='kea.automatic.keyword.extraction.number';
DELETE FROM OKM_CONFIG WHERE CFG_KEY='kea.automatic.keyword.extraction.restriction';
Links:
6.2.2 to 6.2.3 Migration Notes = http://wiki.openkm.com/index.php/Migrat ... 2_to_6.2.3
6.2.3 to 6.2.4 Migration Notes = http://wiki.openkm.com/index.php/Migrat ... 3_to_6.2.4
Thank you,
Alex
I am currently using OpenKM Community 6.2.2 on a Windows Server 2008 R2 with PostgreSQL database. I am looking to migrate to 6.2.4. I chose to skip 6.2.3 because of the user/role permission problems. Can I migrate straight to 6.2.4 from 6.2.2 ? What has to be done to the database?
The migration notes for 6.2.2 to 6.2.3 shows:
Run from your preferred SQL client these queries:
HSQL
ALTER TABLE OKM_NODE_MAIL ALTER COLUMN NML_CONTENT clob;
MySQL
ALTER TABLE OKM_NODE_MAIL MODIFY NML_CONTENT longtext;
The migration notes for 6.2.3 to 6.2.4 shows:
Run from your preferred SQL client these queries:
DROP TABLE OKM_OMR;
Start Tomcat again
Go to Administration > Database Query, and remove obsolete configuration properties:
DELETE FROM OKM_CONFIG WHERE CFG_KEY='kea.model.file';
DELETE FROM OKM_CONFIG WHERE CFG_KEY='kea.stopwords.file';
DELETE FROM OKM_CONFIG WHERE CFG_KEY='kea.automatic.keyword.extraction.number';
DELETE FROM OKM_CONFIG WHERE CFG_KEY='kea.automatic.keyword.extraction.restriction';
Links:
6.2.2 to 6.2.3 Migration Notes = http://wiki.openkm.com/index.php/Migrat ... 2_to_6.2.3
6.2.3 to 6.2.4 Migration Notes = http://wiki.openkm.com/index.php/Migrat ... 3_to_6.2.4
Thank you,
Alex