mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud sql backups restore ID --restore-instance=RESTORE_INSTANCE [--async]
|
||||
[--backup-instance=BACKUP_INSTANCE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--backup-instance=BACKUP_INSTANCE] [--backup-project=BACKUP_PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Restores a backup of a Cloud SQL instance.
|
||||
|
|
@ -27,6 +28,10 @@ OPTIONAL FLAGS
|
|||
restore instance. If it is not specified, the backup instance is
|
||||
considered the same as the restore instance.
|
||||
|
||||
--backup-project=BACKUP_PROJECT
|
||||
The project of the instance to which the backup belongs. If it isn't
|
||||
specified, backup and restore instances are in the same project.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ 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]
|
||||
[--edition=EDITION] [--enable-bin-log] [--enable-data-cache]
|
||||
[--edition=EDITION] [--enable-bin-log] [--[no-]enable-data-cache]
|
||||
[--[no-]enable-dataplex-integration]
|
||||
[--[no-]enable-google-ml-integration] [--enable-google-private-path]
|
||||
[--enable-password-policy] [--enable-point-in-time-recovery]
|
||||
|
|
@ -228,9 +228,10 @@ FLAGS
|
|||
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
|
||||
--[no-]enable-data-cache
|
||||
Enable use of data cache for accelerated read performance. This flag is
|
||||
only available for Enterprise_Plus edition instances.
|
||||
only available for Enterprise_Plus edition instances. Use
|
||||
--enable-data-cache to enable and --no-enable-data-cache to disable.
|
||||
|
||||
--[no-]enable-dataplex-integration
|
||||
Enable Dataplex integration for Google Cloud SQL. Use
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ 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] [--diff]
|
||||
[--edition=EDITION] [--[no-]enable-bin-log] [--enable-data-cache]
|
||||
[--edition=EDITION] [--[no-]enable-bin-log] [--[no-]enable-data-cache]
|
||||
[--[no-]enable-database-replication]
|
||||
[--[no-]enable-dataplex-integration]
|
||||
[--[no-]enable-google-ml-integration]
|
||||
|
|
@ -174,9 +174,10 @@ FLAGS
|
|||
sure storage can support at least 7 days of logs. Use --enable-bin-log
|
||||
to enable and --no-enable-bin-log to disable.
|
||||
|
||||
--enable-data-cache
|
||||
--[no-]enable-data-cache
|
||||
Enable use of data cache for accelerated read performance. This flag is
|
||||
only available for Enterprise_Plus edition instances.
|
||||
only available for Enterprise_Plus edition instances. Use
|
||||
--enable-data-cache to enable and --no-enable-data-cache to disable.
|
||||
|
||||
--[no-]enable-database-replication
|
||||
Enable database replication. Applicable only for read replica
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue