mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
gcloud: Thu Sep 4 11:11:30 UTC 2025
This commit is contained in:
parent
c0b004f719
commit
be3f81b90a
355 changed files with 10181 additions and 607 deletions
|
|
@ -20,7 +20,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]
|
||||
|
|
@ -214,6 +215,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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue