]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9200 - Fix upgrade requirements for back-mdb
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 6 Aug 2021 22:53:35 +0000 (22:53 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 6 Aug 2021 22:56:33 +0000 (22:56 +0000)
doc/guide/admin/appendix-upgrading.sdf

index 0d4f9ccdf75e0aaa3454f94826bea90a256dd137..70ae8c3309a8b4bc4f01f8446fba6cb88e4c6994 100644 (file)
@@ -63,7 +63,7 @@ of these backends must migrate their configurations to use {{slapd-mdb}}(5) prio
 
 H2: mdb backend
 
-Due to database format changes between OpenLDAP 2.4 and OpenLDAP 2.5 it is mandatory for existing {{slapd-mdb}}(5) databases
-to be exported via an OpenLDAP 2.4 slapcat prior to upgrade. They must then be reloaded via an OpenLDAP 2.5 slapadd after
-the binaries are updated. It is also advised to determine if the new {{slapd-mdb}}(5) idlexp backend directive and/or
-the multival database directive should be added to the OpenLDAP 2.5 configuration prior to import.
+It is advised to determine if the new {{slapd-mdb}}(5) idlexp backend directive and/or
+the multival database directive should be added to the OpenLDAP 2.5 configuration as well as the exising global
+sortvals directive. Configuring any of these items requires that existing databases be reloaded for them to take full
+effect. This can be done separately from the overall upgrade from OpenLDAP 2.4 to OpenLDAP 2.5 if desired.