mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 12 10:20:16 UTC 2023
This commit is contained in:
parent
f52bc665a7
commit
b4c2508b12
300 changed files with 7469 additions and 3231 deletions
|
|
@ -19,8 +19,9 @@ SYNOPSIS
|
|||
[--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE]
|
||||
[--deny-maintenance-period-start-date=DENY_MAINTENANCE_PERIOD_START_DATE]
|
||||
[--deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME]
|
||||
[--enable-bin-log] [--enable-google-private-path]
|
||||
[--enable-password-policy] [--enable-point-in-time-recovery]
|
||||
[--edition=EDITION] [--enable-bin-log] [--enable-data-cache]
|
||||
[--enable-google-private-path] [--enable-password-policy]
|
||||
[--enable-point-in-time-recovery]
|
||||
[--failover-replica-name=FAILOVER_REPLICA_NAME]
|
||||
[--[no-]insights-config-query-insights-enabled]
|
||||
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
|
||||
|
|
@ -206,11 +207,19 @@ FLAGS
|
|||
--deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME
|
||||
Time when the deny maintenance period starts or ends, that is 05:00:00.
|
||||
|
||||
--edition=EDITION
|
||||
Specifies the edition of Cloud SQL instance. EDITION must be one of:
|
||||
enterprise, enterprise-plus.
|
||||
|
||||
--enable-bin-log
|
||||
Allows for data recovery from a specific point in time, down to a
|
||||
fraction of a second. Must have automatic backups enabled to use. Make
|
||||
sure storage can support at least 7 days of logs.
|
||||
|
||||
--enable-data-cache
|
||||
Enable use of data cache for accelerated read performance. This flag is
|
||||
only available for Enterprise_Plus edition instances.
|
||||
|
||||
--enable-google-private-path
|
||||
Enable a private path for Google Cloud services. This flag specifies
|
||||
whether the instance is accessible to internal Google Cloud services
|
||||
|
|
@ -341,16 +350,20 @@ FLAGS
|
|||
Specified if users connecting over IP must use SSL.
|
||||
|
||||
--retained-backups-count=RETAINED_BACKUPS_COUNT
|
||||
How many backups to keep. The valid range is between 1 and 365. The
|
||||
default value is 7 if not specified. Applicable only if --no-backups is
|
||||
not specified.
|
||||
How many backups to keep. The valid range is between 1 and 365. Default
|
||||
value is 7 for Enterprise edition instances. For Enterprise_Plus
|
||||
Postgres and MySQL instances, default values are 15 and 8 respectively.
|
||||
Applicable only if --no-backups is not specified.
|
||||
|
||||
--retained-transaction-log-days=RETAINED_TRANSACTION_LOG_DAYS
|
||||
How many days of transaction logs to keep. The valid range is between 1
|
||||
and 35. The default value is 7. The 35 days log retention feature is
|
||||
only enabled for specific customer. Only use this option when
|
||||
point-in-time recovery is enabled. Storage size for transaction logs
|
||||
increases when the number of days for log retention increases.
|
||||
and 35. Only use this option when point-in-time recovery is enabled. If
|
||||
logs are stored on disk, storage size for transaction logs could
|
||||
increase when the number of days for log retention increases. For
|
||||
Enterprise, default and max retention values are 7 and 7 respectively.
|
||||
For MySQL Enterprise_Plus, default and max retention values are 7 and
|
||||
7. For Postgres Enterprise_Plus, default and max retention values are
|
||||
14 and 35.
|
||||
|
||||
--root-password=ROOT_PASSWORD
|
||||
Root Cloud SQL user's password.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue