I am following the official documentation on Aerospike however I am receiving this error.
Is this something on my end or is the doc command missing something?
Thank you!
Abigail
wget -O aerospike-tools.tgz 'https://download.aerospike.com/artifacts/aerospike-tools//aerospike-tools__el8_arm64.tgz'
--2024-01-18 16:51:11-- https://download.aerospike.com/artifacts/aerospike-tools//aerospike-tools__el8_arm64.tgz
Resolving download.aerospike.com (download.aerospike.com)... 44.224.155.154, 44.234.133.199, 44.236.182.48
Connecting to download.aerospike.com (download.aerospike.com)|44.224.155.154|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-18 16:51:12 ERROR 404: Not Found.
There should be a version number before the operating system in the artifact name. So aerospike-tools__el8_arm64.tgz should be aerospike-tools_10.1.0_el8_arm64.tgz
“latest” or a version number should come in between ‘//’ in the URL.
We fixed an issue with the documentation that caused the version to be missing from the example tools package names and URLs. Please check the docs again, the URLs and names should work now.
You can also get download links to the tools package by clicking the “Copy Download Link” button next to the “Download” button on the tools downloads page. Aerospike Downloads | Aerospike . I don’t think this was working while the versions were missing, but it should be working now.