Page 1 of 1
OpenKM.war
PostPosted:Thu Jan 01, 2015 1:29 pm
by pacchu
I am trying to migrate OpenKM from 5.0 to 5.0.1, after editing the OpenKM.cfg file in the guide suggest that to replace the OpenKM.war file. Please guide me which OpenKM.war file need to replace which OpenKM.war file.
Please give me a solution.
Re: OpenKM.war
PostPosted:Sat Jan 03, 2015 10:26 am
by jllort
There's only one OpenKM.war file into $JBOSS_HOME/server/default
Our suggest is before doing this operations, do a backup.
Re: OpenKM.war
PostPosted:Sun Jan 04, 2015 8:24 am
by pacchu
Thank you for your reply,
I have to replace the OpenKM.war file with one which OpenKM.war file (i.e with the initial one during the 1st time configuration)?
Re: OpenKM.war
PostPosted:Sun Jan 04, 2015 7:04 pm
by jllort
You must follow what is explained in migration guide, I think is clear
http://wiki.openkm.com/index.php/Migrat ... 0_to_5.0.1 ( to convert 5.0 to 5.0.1 you only need the OpenKM.war of 5.0.1 )
Re: OpenKM.war
PostPosted:Mon Jan 05, 2015 6:56 am
by pacchu
Thank you, Please provide the link to download the OpenKM.war file for 5.0.1 version.
Thankyou
Re: OpenKM.war
PostPosted:Mon Jan 05, 2015 9:00 am
by pacchu
Thank you sir, i found it. now i successfully updated to 5.01 version. at the same time i can upgrade step by step of each version. it will not effect the repository & Database know?
Re: OpenKM.war
PostPosted:Tue Jan 06, 2015 5:57 pm
by jllort
My suggestion is get a backup to be sure, at least, to be able to go back to starting point
You must upgrade step by step until version 5.0.4 then you can jump to 5.1.8
http://wiki.openkm.com/index.php/Migrat ... 4_to_5.1.8 and then step by step to 5.1.11
When you arrive to 5.1.11 the migration guide indicate upgrade to 6.2
http://wiki.openkm.com/index.php/Migrat ... .11_to_6.2 ( 5.1.11 to 6.2 migration is based on full export and then import into clean openkm, my suggestion arrived here is read with care the 6.2 steps and try to apply directly with latest 6.3 )
Re: OpenKM.war
PostPosted:Thu Jan 08, 2015 1:40 pm
by pacchu
Thank you,
now i reached to 5.0.4. I read the guide to migrate 5.0.4 to 5.1.8, since there is a guide for executing the query in different database platform. I am using SQlSERVER 2005. Please suggest me to how to proceed.
Re: OpenKM.war
PostPosted:Sun Jan 11, 2015 11:39 am
by jllort
Between 5.0.4 to 5.1.8 we're exporting users table, because it's recreated the entire database again ( hibernate.hbm2ddl=create , users table and other configuration is lost but will not be lost documents, folder etc... only take effect on tables what not hold repository data ). As you see these queries try to export user and roles table data to be inserted again, after tables recreation. I think mysql or postgresql queries should be very similar than SQL Server ( if you provide us the SQL Server queries we will upgrade the migration guide ).