1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00

gcloud: Thu Sep 4 11:11:30 UTC 2025

This commit is contained in:
Automated 2025-09-04 11:11:30 +00:00
parent c0b004f719
commit be3f81b90a
355 changed files with 10181 additions and 607 deletions

View file

@ -21,7 +21,8 @@ SYNOPSIS
[--deny-maintenance-period-start-date=DENY_MAINTENANCE_PERIOD_START_DATE]
[--deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME]
[--edition=EDITION] [--enable-bin-log] [--enable-google-private-path]
[--enable-point-in-time-recovery]
[--enable-point-in-time-recovery] [--[no-]final-backup]
[--final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS]
[--insights-config-query-insights-enabled]
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
@ -215,6 +216,15 @@ OPTIONAL FLAGS
fraction of a second, via write-ahead logs. Must have automatic backups
enabled to use. Make sure storage can support at least 7 days of logs.
--[no-]final-backup
Enables the final backup to be taken at the time of instance deletion.
Use --final-backup to enable and --no-final-backup to disable.
--final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS
Specifies number of days to retain final backup. The valid range is
between 1 and 365. For instances managed by BackupDR, the valid range
is between 1 day and 99 years. Default value is 30 days.
--insights-config-query-insights-enabled
Enable query insights feature to provide query and query plan
analytics.

View file

@ -28,7 +28,9 @@ SYNOPSIS
[--[no-]enable-dataplex-integration]
[--[no-]enable-google-ml-integration] [--enable-google-private-path]
[--enable-password-policy] [--enable-point-in-time-recovery]
[--failover-replica-name=FAILOVER_REPLICA_NAME]
[--enforce-new-sql-network-architecture]
[--failover-replica-name=FAILOVER_REPLICA_NAME] [--[no-]final-backup]
[--final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS]
[--[no-]insights-config-query-insights-enabled]
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
@ -194,8 +196,12 @@ FLAGS
--connection-pool-flags=FLAG=VALUE,[FLAG=VALUE,...]
Comma-separated list of connection pool flags to set on the instance
connection pool. Use an equals sign to separate flag name and value.
View the Instance Resource API for allowed flags. (e.g.,
--connection-pool-flags max_pool_size=1000,max_client_connections=2000)
More information on available flags can be found here:
https://cloud.google.com/sql/docs/mysql/managed-connection-pooling#configuration-options
for MySQL and
https://cloud.google.com/sql/docs/postgres/managed-connection-pooling#configuration-options
for PostgreSQL. (e.g., --connection-pool-flags
max_pool_size=1000,max_client_connections=20)
--connector-enforcement=CONNECTOR_ENFORCEMENT
Cloud SQL Connector enforcement mode. It determines how Cloud SQL
@ -303,9 +309,21 @@ FLAGS
fraction of a second, via write-ahead logs. Must have automatic backups
enabled to use. Make sure storage can support at least 7 days of logs.
--enforce-new-sql-network-architecture
Force the instance to use the new network architecture.
--failover-replica-name=FAILOVER_REPLICA_NAME
Also create a failover replica with the specified name.
--[no-]final-backup
Enables the final backup to be taken at the time of instance deletion.
Use --final-backup to enable and --no-final-backup to disable.
--final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS
Specifies number of days to retain final backup. The valid range is
between 1 and 365. For instances managed by BackupDR, the valid range
is between 1 day and 99 years. Default value is 30 days.
--[no-]insights-config-query-insights-enabled
Enable query insights feature to provide query and query plan
analytics.

View file

@ -66,8 +66,7 @@ COMMANDS
(ALPHA) Reencrypts a Cloud SQL CMEK instance.
reset-ssl-config
(ALPHA) Deletes all client certificates and generates a new server
certificate.
(ALPHA) Reset SSL materials according to the reset SSL mode.
restart
(ALPHA) Restarts a Cloud SQL instance.

View file

@ -25,7 +25,10 @@ SYNOPSIS
[--[no-]enable-google-private-path] [--enable-password-policy]
[--enable-point-in-time-recovery]
[--[no-]enable-private-service-connect]
[--enforce-new-sql-network-architecture]
[--failover-dr-replica-name=FAILOVER_DR_REPLICA_NAME]
[--[no-]final-backup]
[--final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS]
[--follow-gae-app=FOLLOW_GAE_APP]
[--[no-]include-replicas-for-major-version-upgrade]
[--[no-]insights-config-query-insights-enabled]
@ -254,12 +257,24 @@ FLAGS
Connect. Use --enable-private-service-connect to enable and
--no-enable-private-service-connect to disable.
--enforce-new-sql-network-architecture
Force the instance to use the new network architecture.
--failover-dr-replica-name=FAILOVER_DR_REPLICA_NAME
Set a Disaster Recovery (DR) replica with the specified name for the
primary instance. This must be one of the existing cross region
replicas of the primary instance. Flag is only available for MySQL and
PostgreSQL database instances.
--[no-]final-backup
Enables the final backup to be taken at the time of instance deletion.
Use --final-backup to enable and --no-final-backup to disable.
--final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS
Specifies number of days to retain final backup. The valid range is
between 1 and 365. For instances managed by BackupDR, the valid range
is between 1 day and 99 years. Default value is 30 days.
--follow-gae-app=FOLLOW_GAE_APP
First Generation instances only. The App Engine app this instance
should follow. It must be in the same region as the instance. WARNING:
@ -561,9 +576,12 @@ FLAGS
--connection-pool-flags=FLAG=VALUE,[FLAG=VALUE,...]
Comma-separated list of connection pool flags to set on the instance
connection pool. Use an equals sign to separate flag name and value.
View the Instance Resource API for allowed flags. (e.g.,
--connection-pool-flags
max_pool_size=1000,max_client_connections=2000)
More information on available flags can be found here:
https://cloud.google.com/sql/docs/mysql/managed-connection-pooling#configuration-options
for MySQL and
https://cloud.google.com/sql/docs/postgres/managed-connection-pooling#configuration-options
for PostgreSQL. (e.g., --connection-pool-flags
max_pool_size=1000,max_client_connections=20)
At most one of these can be specified:

View file

@ -1,14 +1,13 @@
NAME
gcloud alpha sql instances reset-ssl-config - deletes all client
certificates and generates a new server certificate
gcloud alpha sql instances reset-ssl-config - reset SSL materials according
to the reset SSL mode
SYNOPSIS
gcloud alpha sql instances reset-ssl-config INSTANCE [--async]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Deletes all client certificates and generates a new server
certificate.
(ALPHA) Reset SSL materials according to the reset SSL mode.
POSITIONAL ARGUMENTS
INSTANCE