Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.55 KB

File metadata and controls

51 lines (37 loc) · 1.55 KB

stackit postgresflex instance update

Updates a PostgreSQL Flex instance

Synopsis

Updates a PostgreSQL Flex instance.

stackit postgresflex instance update INSTANCE_ID [flags]

Examples

  Update the name of a PostgreSQL Flex instance
  $ stackit postgresflex instance update xxx --name my-new-name

  Update the version of a PostgreSQL Flex instance
  $ stackit postgresflex instance update xxx --version 6.0

Options

      --acl strings              List of IP networks in CIDR notation which are allowed to access this instance (default [])
      --backup-schedule string   Backup schedule
      --cpu int                  Number of CPUs
      --flavor-id string         ID of the flavor
  -h, --help                     Help for "stackit postgresflex instance update"
  -n, --name string              Instance name
      --ram int                  Amount of RAM (in GB)
      --storage-class string     Storage class
      --storage-size int         Storage size (in GB)
      --type string              Instance type, one of ["Single" "Replica"]
      --version string           Version

Options inherited from parent commands

  -y, --assume-yes             If set, skips all confirmation prompts
      --async                  If set, runs the command asynchronously
  -o, --output-format string   Output format, one of ["json" "pretty"]
  -p, --project-id string      Project ID

SEE ALSO