yc managed-greenplum cluster update
Written by
Updated at November 2, 2024
Update the specified Greenplum cluster
Command Usage
Syntax:
yc managed-greenplum cluster update <CLUSTER-NAME>|<CLUSTER-ID> [Flags...] [Global Flags...]
Flags
Flag | Description |
---|---|
--id |
string Greenplum cluster id. |
--name |
string Greenplum cluster name. |
--async |
Display information about the operation in progress, without waiting for the operation to complete. |
--description |
string Cluster description. |
--labels |
key=value[,key=value...] A list of label KEY=VALUE pairs to add. |
--new-name |
string New name for the Greenplum cluster |
--deletion-protection |
Deletion Protection inhibits deletion of the cluster. |
--user-password |
string Owner user password. Must be 8-128 characters long. |
--security-group-ids |
value[,value] A list of security groups for the Greenplum cluster. |
--master-config |
PROPERTY=VALUE[,PROPERTY=VALUE...] Descriptions of master config resources for Greenplum cluster. Possible property names:
|
--segment-config |
PROPERTY=VALUE[,PROPERTY=VALUE...] Descriptions of segment config resources for Greenplum cluster. Possible property names:
|
--network-id |
string Network id. |
--network-name |
string Network name. |
--maintenance-window |
PROPERTY=VALUE[,PROPERTY=VALUE...] Maintenance window settings Possible property names:
|
--datalens-access |
Allow access for DataLens. |
--websql-access |
Allow access for Web SQL. |
--datatransfer-access |
Allow access for DataTransfer. |
--yandexquery-access |
Allow access for Yandex Query. |
--backup-window-start |
timeofday Start time for the daily backup in UTC timezone. Format: HH:MM:SS |
--backup-retain-period-days |
int Retention time in days of automated backups |
--assign-public-ip |
Whether the host should get a public IP address. |
--connection-pooling-mode |
string Connection pooler pooling mode Values: 'session', 'transaction' |
--connection-pooling-size |
int Connection pooler size |
--connection-pooling-client-idle-timeout |
int Connection pooler client idle timeout |
--pxf-connection-timeout |
int Timeout for pxf connections |
--pxf-upload-timeout |
int Timeout for uploading pxf connections |
--pxf-max-threads |
int The maximum number of PXF tomcat threads. |
--pxf-pool-allow-core-thread-timeout |
Identifies whether or not core streaming threads are allowed to time out. |
--pxf-poll-core-size |
int The number of core streaming threads. |
--pxf-pool-queue-capacity |
int The capacity of the core streaming thread pool queue. |
--pxf-pool-max-size |
int The maximum allowed number of core streaming threads. |
--pxf-xmx |
byteSize Max jvm memory |
--pxf-xms |
byteSize Starting jvm memory |
--analyze-and-vacuum |
ANALYZE Configuration for ANALYZE and VACUUM background operations.Possible property names:
|
--query-killer-idle |
idle Configuration of script that kills long running queries that are in idle state. Possible property names:
|
--query-killer-idle-in-transaction |
idle in transaction Configuration of script that kills long running queries that are in idle in transaction state. Possible property names:
|
--query-killer-long-running |
PROPERTY=VALUE[,PROPERTY=VALUE...] Configuration of script that kills long running queries (in any state). Possible property names:
|
Global Flags
Flag | Description |
---|---|
--profile |
string Set 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 |
int Enable 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 |
string Set the ID of the cloud to use. |
--folder-id |
string Set the ID of the folder to use. |
--folder-name |
string Set the name of the folder to use (will be resolved to id). |
--endpoint |
string Set the Cloud API endpoint (host:port). |
--token |
string Set the OAuth token to use. |
--impersonate-service-account-id |
string Set the ID of the service account to impersonate. |
--no-browser |
Disable opening browser for authentication. |
--format |
string Set the output format: text (default), yaml, json, json-rest. |
--jq |
string Query to select values from the response using jq syntax |
-h ,--help |
Display help for the command. |