Incompatible Changes
-
With the introduction of the global configuration property,
group-id-failover-order
, which takes a comma-separated list of group IDs, commas are no longer permitted in group IDs.The
upgrade
command replaces each,
with a.
in group IDs. -
The following changes affect proxy backend configurations:
Old Property New Property Notes load-balancing-algorithm
None
All proxy backends now use affinity load balancing. As a result, they always route requests with the same target DN to the same server.
bind-connection-pool-idle-timeout
connection-pool-idle-timeout
DS proxy backends no longer use shared connection pools.
bind-connection-pool-max-size
connection-pool-max-size
bind-connection-pool-min-size
connection-pool-min-size
request-connection-pool-size
None
-
When using the
dskeymgr
command to generate a PEM format certificate, you can no longer use the--alias
option. The PEM format does not support aliases.If you do use the
--alias
and--outputFile
options together, the command now displays an error message:You may not provide both the --outputFile and the --alias arguments