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.
Usage
usage: memsql-ops file-add [--settings-file SETTINGS_FILE] [--async] -t{memsql,memsql_ops} [-f]pathAdd 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_FILEA path to a MemSQL Ops settings.conf file. If not set,we will use the file in the same directory as theMemSQL Ops binary.--async If this option is true, we will exit without waitingfor any licenses to be fully registered (ifadding a SingleStoreDB binary).-t {memsql,memsql_ops}, --type {memsql,memsql_ops}The type of file that you are adding (e.g. an archivecontaining a SingleStoreDB binary).-f, --force Overwrite any existing files with the same type andversion.
Last modified: April 25, 2023