shan.p
February 15, 2022, 1:53am
1
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?
meher
February 15, 2022, 6:06am
2
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
shan.p
February 17, 2022, 11:32pm
3
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
meher
February 17, 2022, 11:44pm
4
Oh, that’s right! Thanks @shan.p !
system
Closed
May 12, 2022, 11:45pm
5
This topic was automatically closed 84 days after the last reply. New replies are no longer allowed.