HomeMogDBMogDB StackUqbar
v1.1

Documentation:v1.1

Supported Versions:

ptk cluster upgrade

ptk cluster upgrade upgrades a cluster.

Syntax

ptk cluster upgrade [flags]

Example

# Upgrade using local package
ptk cluster -n <CLUSTER_NAME> upgrade -p <LOCAL_DB_PACKAGE>

# Specify the version of the target database to be upgraded (Internet required)
# PTK 1.2.0 or later supports direct upgrade of databases containing plugins.
# PTK will download the corresponding plugin package for the new version from the Internet.
ptk cluster -n <CLUSTER_NAME> upgrade -t 5.0.6

# If the current database contains plugins and you don't have access to the Internet, you can download the plugin package to a directory and specify the directory via '--plugin-dir'.
ptk cluster -n <CLUSTER_NAME> upgrade -p <LOCAL_DB_PACKAGE> --plugin-dir <PLUGIN_DIR>

Option

-y, --assumeyes

  • Description: automatically applies yes to all questions.
  • Data type: boolean
  • Default value: false

-H, --host stringArray

  • Description: IP of database instance.
  • Data type: stringArray
  • Default value: []

-i, --id ints

  • Description: ID of database instance.
  • Data type: ints
  • Default value: []

-m, --mode string

  • Description: Upgrade mode. value range: [replace, cover]
  • Data type: string
  • Default value: "cover"

-p, --package string

  • Description: specifies the target installation package path.
  • Data type: string
  • Default value: ""

--parallel uint

  • Description: maximum number of databases for parallel operations, usually less than the MaxSessions in sshd_config.
  • Data type: uint
  • Default value: 10

--plugin-dir string

  • Description: directory of plugins.
  • Data type: string
  • Default value: ""

--plugin-upgrade-patch string

  • Description: file path for plugin upgrade patches.
  • Data type: string
  • Default value: ""

-R, --remain

  • Description: upgrade remaining nodes.
  • Data type: bool
  • Default value: false

-t, --to-version string

  • Description: specifies the target installation package version (Internet required)
  • Data type: string
  • Default value: ""

Option Inherited from the Parent Command

--disable-color

  • Description: Disable color logs.
  • Data type: bool
  • Default value: false

--disable-debug-log

  • Description: not generate debug log files.
  • Data type: bool
  • Default value: false

--disable-progressbar

  • Description: No progress bar globally.
  • Data type: bool
  • Default value: false

-h, --help

  • Description: outputs the help information.
  • Data type: boolean
  • Default value: false

--log-file string

  • Description: specifies the file path to which the run log is stored.
  • Data type: string
  • Default value: ""

--log-format string

  • Description: specifies the output format of a run log. The value can be text and json.
  • Data type: string
  • Default value: text

--log-level string

  • Description: specifies the run log level. The value can be debug, info, warning, error, and panic.
  • Data type: string
  • Default value: info

-n, --name string

  • Description: specifies the cluster name.
  • Data type: string
  • Default value: ""

--silence

  • Description: Logs are not printed to standard output.
  • Data type: bool
  • Default value: false

--skip-fix-ssh

  • Description: skips SSH connection fixing through interaction.

  • Data type: boolean

  • Default value: false

Added Version

v0.7

More Command

Copyright © 2011-2024 www.enmotech.com All rights reserved.