upgrade
Offline-upgrade the version of memsql-server for an entire cluster
Usage
Usage:
memsql-deploy upgrade [flags]
Flags:
--disable-auto-restart disable automatic restarting of memsqld on error
--file-path ABSOLUTE_PATH the memsql-server package to install
--force-package-format {deb, rpm, tar} Specify 'deb' or 'rpm' package format. Required if you have both package managers installed.
-h, --help help for upgrade
--version VERSION the version of memsql-server to install (default production:latest)
Global Flags:
--cache-file FILE_PATH File path for the Toolbox node cache
-c, --config FILE_PATH the Toolbox configuration file path
-j, --json Enable JSON output
--parallelism int Maximum amount of operations to be run in parallel
--runtime-dir DIRECTORY_PATH where to put Toolbox runtime data
--state-file FILE_PATH the Toolbox state file path
-v, --verbosity count Increase logging verbosity: valid values are 1, 2, 3. Usage -v=Count or --verbosity=Count
-y, --yes Enable non-interactive mode and assume the user would like to move forward with the proposed actions by default
Remarks
This command is interactive unless you use either the --yes
or --json
flags to override interactive behavior.