For the complete documentation index, see llms.txt. This page is also available as Markdown.

create

Create a PostgreSQL Cluster

Usage

ionosctl dbaas postgres-v2 cluster create [flags]

Aliases

For postgres-v2 command:

[pg-v2 pgsql-v2 postgresql-v2 psql-v2]

For cluster command:

[c]

For create command:

[c]

Description

Use this command to create a new PostgreSQL Cluster. You must set the unique ID of the Datacenter, the unique ID of the LAN, and IP and subnet. If the other options are not set, the default values will be used.

Required values to run command:

  • Datacenter Id

  • Lan Id

  • CIDR (IP and subnet)

  • PostgreSQL Version

  • Credentials for the database user: Username, Password, and Database name

Options

Examples

Last updated

Was this helpful?