HomeMogDBMogDB StackUqbar
v1.1

Documentation:v1.1

Supported Versions:

ptk cluster install-plugin

ptk cluster install-plugin installs the MogDB plugins.

Syntax

ptk cluster install-plugin [flags]

Example

# By default, PTK will download all plugins from the web that are identical to the cluster version
ptk cluster -n <CLUSTER_NAME> install-plugin [--override]

# If you want to install a specific plugin, you can specify the plugin name with '-P'.
ptk cluster -p <CLUSTER_NAME> install-plugin -P postgis -P wal2json

# If your host doesn't have access to the internet, you can install the plugin from a local plugin package
ptk cluster -p <CLUSTER_NAME> install-plugin -p <LOCAL_PLUGIN_PACKAGE>

Option

-H, --host strings

  • Description: specifies the IP address of the server where the plugin is to be installed. The plugin is installed on all servers in a cluster by default.
  • Data type: strings
  • Default value: []

--override

  • Description: specifies whether to overwrite the current plugin file.
  • Data type: boolean
  • Default value: false

-p, --pkg string

  • Description: specifies the local path of the plugin package.
  • Data type: string
  • Default value: ""

-P, --plugin strings

  • Description: specifies the name of the plugin to be installed. All plugins will be installed by default.
  • Data type: string
  • Default value: []

--skip-check-version

  • Description: skips the check whether the database version is matched with the plugin version.
  • Data type: boolean
  • Default value: false

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 for MogHA installation.
  • 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.3

More Command

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