我正在按照 https://www.aerospike.com/docs/operations/install/vagrant/mac/中的步骤操作 下载Aerospike。但是,默认情况下,我获得最新版本的Aerospike(4.5.3(,并且我希望拥有3.7.5版本。
有关如何执行此操作的任何线索都会有所帮助。
谢谢!
使用的流浪映像是一台 centos6 机器。您可以轻松下载任何可用版本并安装在您的流浪 VM 上。
以下是删除旧安装并安装版本的步骤:
1( 选择 RHEL/Centos6/el6 的版本:
https://www.aerospike.com/artifacts/aerospike-server-community/
例如 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
验证发行说明: https://www.aerospike.com/download/server/notes.html
2(登录正在运行的流浪汉:
vagrant ssh
3( 修改您的 resolv.conf 以使用公共 DNS 服务器:
sudo bash -c 'echo "nameserver 8.8.8.8" >> /etc/resolv.conf'
4( 获取新图像:
wget https://www.aerospike.com/artifacts/aerospike-server-community/4.7.0.2/aerospike-server-community-4.7.0.2-el6.tgz
5( 解压缩和解压缩:
tar xvf aerospike-server-community-4.7.0.2-el6.tgz
aerospike-server-community-4.7.0.2-el6/
aerospike-server-community-4.7.0.2-el6/SHA256SUMS
aerospike-server-community-4.7.0.2-el6/aerospike-tools-3.21.1-1.el6.x86_64.rpm
aerospike-server-community-4.7.0.2-el6/LICENSE
aerospike-server-community-4.7.0.2-el6/asinstall
aerospike-server-community-4.7.0.2-el6/aerospike-server-community-4.7.0.2-1.el6.x86_64.rpm
aerospike-server-community-4.7.0.2-el6/dep-check
6( 删除旧安装的二进制文件:
sudo rpm -e aerospike-server-community
7( 安装新的二进制文件:
cd aerospike-server-community-4.7.0.2-el6/
sudo rpm -ivh aerospike-server-community-4.7.0.2-1.el6.x86_64.rpm