Trying to upgrade memsql using the below link
Memsql upgrade to V7 is failing in all methods
Getting the following errors when used both OPS and TOOLS type in V7
memsql-ops memsql-upgrade --version 7.0
Its error is as follows
Could not get the latest binary of MemSQL with version 7.0: There are no MEMSQL files available.
memsql-ops memsql-upgrade --file-path /root/memsql-server-7.0.16-5aa7127018.x86_64.tar.gz
Adding a MemSQL file
Unpacking archive to determine its version
Extracting utils/build_metadata.json
Fall back to utils/build_receipt.json
Error while extracting version information
Please check that the file at path /root/memsql-server-7.0.16-5aa7127018.x86_64.tar.gz is a MemSQL file
===================================================
USING MEMSQL TOOLS:-
memsql-deploy upgrade --version 7.0
refusing to upgrade a cluster with no master aggregator, make sure that a master aggregator exists in this cluster and it shows up in ‘memsql-admin list-nodes’ before continuing
memsql-deploy upgrade --file-path /root/memsql-server.rpm
refusing to upgrade a cluster with no master aggregator, make sure that a master aggregator exists in this cluster and it shows up in ‘memsql-admin list-nodes’ before continuing