Is there a way to access the reference documentation of older versions (for example 4.5) of Aerospike?
I have an Aerospike server running 4.5.0.3 (Enterprise edition) for which I need to enable XDR.
I am referring to the XDR configuration settings here: https://docs.aerospike.com/operations/configure/cross-datacenter#example-configuration-parameters-for-xdr-topologies
I want to enable something like this:
xdr {
enable-xdr true
datacenter migration {
node-address-port 10.1.115.246 3000
namespace nameSpaceName1A {
}
}
}
However the setting node-address-port is added only after version 5. Is there a way to access the configuration documentation for the older version?