I am following the steps in https://www.aerospike.com/docs/operations/install/vagrant/mac/ to download Aerospike. However, by default I get the latest version of Aerospike (4.5.3) and I want to have the 3.7.5 version.
Any leads on how to do that would be helpful.
Thanks!
The vagrant image used is a centos6 machine. You can easily download any available versions and install on your vagrant vm.
Here are the steps to remove the old installation and install a version:
1) Select your version for RHEL/Centos6/el6:
https://www.aerospike.com/artifacts/aerospike-server-community/
for example 4.7.0.2
https://www.aerospike.com/artifacts/aerospike-server-community/4.7.0.2/aerospike-server-community-4.7.0.2-el6.tgz
verify release notes: https://www.aerospike.com/download/server/notes.html
2) Login to the running vagrant:
3) Modify your resolv.conf to use a public DNS server:
4) Get the new image:
5) Untar and uncompress:
6) remove the old installed binary:
7) install the new binary: