SingleStore Tools

What are SingleStore Tools?

SingleStore Tools is a collection of utilities that are designed to help customers easily deploy and manage SingleStore clusters. Our team has continually added new features and functionality to our tools to make deploying and managing a SingleStore cluster easier than ever.

SingleStore Tools replaces our legacy management tool, MemSQL Ops, where the singlestoredb-toolbox package in SingleStore Tools replaces the functionality provided by MemSQL Ops.

Refer to Cluster Management with Tools for additional information.

How do I switch over from MemSQL Ops to SingleStore Tools?

Follow Migrate from Ops to Tools to perform an online migration of your existing SingleStore cluster.

Can I still use MemSQL Ops?

MemSQL Ops is currently deprecated and the formal end-of-support date is May 13, 2021. Additionally, you may not upgrade to a SingleStore v7.5 without a cluster that is managed via SingleStore Tools.

Refer Migrate from Ops to Tools to learn how to migrate from MemSQL Ops to SingleStore Tools.

When do I have to switch to Tools?

If you want to upgrade to SingleStore version 7.5, you must switch to managing your cluster via SingleStore Tools. Additionally, SingleStore recommends that you switch over before the end-of-support date of May 13, 2021.

Last modified: January 17, 2023

Was this article helpful?

Verification instructions

Note: You must install cosign to verify the authenticity of the SingleStore file.

Use the following steps to verify the authenticity of singlestoredb-server, singlestoredb-toolbox, singlestoredb-studio, and singlestore-client SingleStore files that have been downloaded.

You may perform the following steps on any computer that can run cosign, such as the main deployment host of the cluster.

  1. (Optional) Run the following command to view the associated signature files.

    curl undefined
  2. Download the signature file from the SingleStore release server.

    • Option 1: Click the Download Signature button next to the SingleStore file.

    • Option 2: Copy and paste the following URL into the address bar of your browser and save the signature file.

    • Option 3: Run the following command to download the signature file.

      curl -O undefined
  3. After the signature file has been downloaded, run the following command to verify the authenticity of the SingleStore file.

    echo -n undefined |
    cosign verify-blob --certificate-oidc-issuer https://oidc.eks.us-east-1.amazonaws.com/id/CCDCDBA1379A5596AB5B2E46DCA385BC \
    --certificate-identity https://kubernetes.io/namespaces/freya-production/serviceaccounts/job-worker \
    --bundle undefined \
    --new-bundle-format -
    Verified OK