yc managed-sharded-postgresql cluster create
Статья создана
Обновлена 30 октября 2025 г.
Create Sharded PostgreSQL cluster
Command Usage
Syntax:
yc managed-sharded-postgresql cluster create <CLUSTER-NAME> [Flags...] [Global Flags...]
Flags
| Flag | Description |
|---|---|
--name |
stringCluster name. |
--description |
stringCluster description. |
--environment |
stringCluster environment. Values: production, prestable. |
--network-id |
stringNetwork id. |
--network-name |
stringNetwork name. |
--host |
PROPERTY=VALUE[,PROPERTY=VALUE...]Individual configurations for hosts that should be created for the Sharded PostgreSQL cluster. Possible property names:
|
--user |
PROPERTY=VALUE[,PROPERTY=VALUE...]Descriptions of database users to be created in the Sharded PostgreSQL cluster. Possible property names:
|
--database |
PROPERTY=VALUE[,PROPERTY=VALUE...]Descriptions of databases to be created in the Sharded PostgreSQL cluster. Possible property names:
|
--router-resource-preset |
stringID of the preset for computational resources available to a host (CPU, memory etc.). |
--router-disk-size |
byteSizeVolume of the storage available to a host in GB. |
--router-disk-type |
stringType of the storage environment for the host. |
--coordinator-resource-preset |
stringID of the preset for computational resources available to a host (CPU, memory etc.). |
--coordinator-disk-size |
byteSizeVolume of the storage available to a host in GB. |
--coordinator-disk-type |
stringType of the storage environment for the host. |
--infra-resource-preset |
stringID of the preset for computational resources available to a host (CPU, memory etc.). |
--infra-disk-size |
byteSizeVolume of the storage available to a host in GB. |
--infra-disk-type |
stringType of the storage environment for the host. |
--postgresql-resource-preset |
stringID of the preset for computational resources available to a host (CPU, memory etc.). |
--postgresql-disk-size |
byteSizeVolume of the storage available to a host in GB. |
--postgresql-disk-type |
stringType of the storage environment for the host. |
--backup-window-start |
timeofdayStart time for the daily backup in UTC timezone. Format: HH:MM:SS |
--backup-retain-period-days |
intRetention policy of automated backups. |
--datalens-access |
Allow access for DataLens |
--websql-access |
Allow access for Web SQL |
--serverless-access |
Allow access for Serverless |
--datatransfer-access |
Allow access for DataTransfer |
--labels |
key=value[,key=value...]A list of label KEY=VALUE pairs to add. For example, to add two labels named 'foo' and 'bar', both with the value 'baz', use '--labels foo=baz,bar=baz'. |
--security-group-ids |
value[,value]A list of security groups for the Sharded PostgreSQL cluster. |
--deletion-protection |
Deletion Protection inhibits deletion of the cluster. |
--async |
Display information about the operation in progress, without waiting for the operation to complete. |
Global Flags
| Flag | Description |
|---|---|
--profile |
stringSet the custom configuration file. |
--debug |
Debug logging. |
--debug-grpc |
Debug gRPC logging. Very verbose, used for debugging connection problems. |
--no-user-output |
Disable printing user intended output to stderr. |
--retry |
intEnable gRPC retries. By default, retries are enabled with maximum 5 attempts. Pass 0 to disable retries. Pass any negative value for infinite retries. Even infinite retries are capped with 2 minutes timeout. |
--cloud-id |
stringSet the ID of the cloud to use. |
--folder-id |
stringSet the ID of the folder to use. |
--folder-name |
stringSet the name of the folder to use (will be resolved to id). |
--endpoint |
stringSet the Cloud API endpoint (host:port). |
--token |
stringSet the OAuth token to use. |
--impersonate-service-account-id |
stringSet the ID of the service account to impersonate. |
--no-browser |
Disable opening browser for authentication. |
--format |
stringSet the output format: text (default), yaml, json, json-rest. |
--jq |
stringQuery to select values from the response using jq syntax |
-h,--help |
Display help for the command. |