create

Create a PostgreSQL Cluster

Usage

ionosctl dbaas postgres cluster create [flags]

Aliases

For postgres command:

[pg]

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. Regarding the location field, if it is not manually set, it will be used the location of the Datacenter.

Required values to run command:

  • Datacenter Id

  • Lan Id

  • CIDR (IP and subnet)

  • Credentials for the database user: Username and Password

Options

Examples

Last updated