Thanks, Quanah
Is it possible to direct upgrade from 2.4.32 to latest version.
Also, can we horizontal scale a 2 node mirror mode setup? I am confused after seeing suggestions on different sites.
Regards Chandan Jain
On Fri, Mar 5, 2021, 00:28 Quanah Gibson-Mount quanah@symas.com wrote:
--On Thursday, March 4, 2021 11:49 PM +0530 chandan jain chandandevops@gmail.com wrote:
It is openldap-2.4.32, i don't see any mdb support option while compiling . It is compiled with below options:
tar -xzf db-5.3.21.tar.gz tar -zxf openldap-2.4.32.tgz cd db-5.3.21 cd build_unix/ ../dist/configure --enable-compat185 --enable-dbm --disable-static --enable-cxx && make && make install db_verify -V cd ../.. cd openldap-2.4.32 ./configure --prefix=/usr/local/OpenLDAP --with-tls=no --enable-modules=yes --enable-overlays=yes --enable-ppolicy=yes && make depend && make && make install
2.4.32 is over 8 years old. As I said, use a current release (2.4.57).
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
--On Sunday, March 7, 2021 8:39 PM +0530 chandan jain chandandevops@gmail.com wrote:
Thanks, Quanah
Is it possible to direct upgrade from 2.4.32 to latest version.
If you (temporarily) stick with the same backend, and in this case, if that same backend is linked to the exact same version of BDB, yes. I.e., compile the back-bdb/hdb backends against the same version of BDB, upgrade, and then migrate to back-mdb.
Also, can we horizontal scale a 2 node mirror mode setup? I am confused after seeing suggestions on different sites.
I don't understand the question here. Mirror mode is just a configuration of MMR with a load balancer in front.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
Quanah Gibson-Mount quanah@symas.com schrieb am 08.03.2021 um 19:14 in
Nachricht <876768804AB99876B2801BB0@[192.168.1.156]>:
--On Sunday, March 7, 2021 8:39 PM +0530 chandan jain chandandevops@gmail.com wrote:
Thanks, Quanah
Is it possible to direct upgrade from 2.4.32 to latest version.
If you (temporarily) stick with the same backend, and in this case, if that same backend is linked to the exact same version of BDB, yes. I.e., compile the back-bdb/hdb backends against the same version of BDB, upgrade, and then migrate to back-mdb.
Usually BDB could upgrade in-place automatically, but you can't go back from there then.
Also, can we horizontal scale a 2 node mirror mode setup? I am confused after seeing suggestions on different sites.
I don't understand the question here. Mirror mode is just a configuration of MMR with a load balancer in front.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
--On Tuesday, March 9, 2021 8:56 AM +0100 Ulrich Windl Ulrich.Windl@rz.uni-regensburg.de wrote:
Usually BDB could upgrade in-place automatically, but you can't go back from there then.
A standalone BDB database, sure. Back-bdb/hdb databases, no.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
openldap-technical@openldap.org