Where can I access reference documentation for older versions of Aerospike?

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?

There isn’t a full documentation for older versions unfortunately. But the configuration reference manual has older / deprecated entries documented (one has to click on the ‘show removed parameters’ at the top). For example, the old name of that config is dc-node-address-port.

1 Like

For anyone looking for the XDR documentation for for older versions of Aerospike (4.x), here it is - https://docs.aerospike.com/operations/configure/cross-datacenter/xdr_40

Oh, that’s right! Thanks @shan.p !

This topic was automatically closed 84 days after the last reply. New replies are no longer allowed.