Hello.
The customer wants to create a new cluster installing SingleStore 7.3 DB version.
I see that the latest is 7.5. How can I specify a particular version during the installation process? I think that if I perform an online installation I will get the latest (i.e. 7.5) by default. The requirement is to install the 7.3.
You can just install the latest version of SingleStore toolbox. That’s what that yum install command will do. Toolbox has sdb-deploy and sdb-admin inside of it.
When you run sdb-deploy to install SingleStore DB, you pass --version x.y or --version x.y.z to it as an argument, to specify the version you want. For example, a script to install SingleStore DB might contain this line, if $1 is an argument that contains the desired version (in x.y or x.y.z format).