FILE-ADD

On this page

Adds a file to the MemSQL Ops internal database that can be used to install SingleStoreDB or MemSQL Ops.

This is useful in situations where hosts have limited internet access to download and install SingleStoreDB and/or MemSQL Ops. For example, users can download SingleStoreDB installer manually, and use the following command to add the SingleStoreDB database binary to MemSQL Ops.

Usage

usage: memsql-ops file-add [--settings-file SETTINGS_FILE] [--async] -t
{memsql,memsql_ops} [-f]
path
Add a file that can be used to install SingleStoreDB or MemSQL Ops.
positional arguments:
path The path to the file that you'd like to add.
optional arguments:
--settings-file SETTINGS_FILE
A path to a MemSQL Ops settings.conf file. If not set,
we will use the file in the same directory as the
MemSQL Ops binary.
--async If this option is true, we will exit without waiting
for any licenses to be fully registered (if
adding a SingleStoreDB binary).
-t {memsql,memsql_ops}, --type {memsql,memsql_ops}
The type of file that you are adding (e.g. an archive
containing a SingleStoreDB binary).
-f, --force Overwrite any existing files with the same type and
version.

Last modified: April 25, 2023

Was this article helpful?