Page 1 of 1

Upgrade from 5.1.10

PostPosted:Fri Apr 20, 2018 6:22 am
by meernabeel
Hello

We have OpenKM 5.1.10 installed with Ldap for authentication and Mysql. Is it possible to upgrade to the latest version without using Ldap authentication. Or move all the data to a fresh installation with local authentication.

Regards

Re: Upgrade from 5.1.10

PostPosted:Sat Apr 21, 2018 7:39 am
by jllort
It's possible ( the idea will be moving to fresh installation with local authentication ), but will require some additional steps:

1- https://www.openkm.com/wiki/index.php/M ... _to_5.1.11
2- https://www.openkm.com/wiki/index.php/M ... .11_to_6.2 ( really you can try migration directly from 5.1.11 to latest 6.3.5 )

You will see in the old OpenKM documentation there's the idea of creating INSERT sql queries from the database to register users in the new one. In your case, you should make this queries from the information you have not from your LDAP ( probably manually, but if you have a lot of users then might be done retrieving users lists from LDAP and then using EXCEL completing them for creating the INSERTS -> I do not know if you have followed me in the last jump ).

Re: Upgrade from 5.1.10

PostPosted:Thu Jun 21, 2018 6:15 am
by martin11
Please, from which location download the upgrade to 5.1.11?
The link http://integration.openkm.com/5.1.x is not available.

Thank you
Martin

Re: Upgrade from 5.1.10

PostPosted:Fri Jun 22, 2018 8:20 am
by jllort
Version 5.1.11 was not officially released and we suggested upgrade to that before moving to 6.2, but you can go ahead directly from 5.1.10 the changes between 5.1.10 to 5.1.11 I think are not relevant for what you are doing ( basically always we suggest upgrade to the latest version, but in practice is not always needed like this case ).

If you want to get version 5.1.11 now you should build the application from the old source code https://sourceforge.net/p/openkm/code/H ... .1/openkm/ ( is not necessary ) you can follow the guide steps described for 5.1.11 with 5.1.10 without problems