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
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha sql backups restore ID --restore-instance=RESTORE_INSTANCE
|
||||
[--async] [--backup-instance=BACKUP_INSTANCE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--backup-instance=BACKUP_INSTANCE]
|
||||
[--backup-project=BACKUP_PROJECT] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Restores a backup of a Cloud SQL instance.
|
||||
|
|
@ -28,6 +29,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,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,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]
|
||||
|
|
@ -236,9 +236,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
|
||||
|
|
|
|||
|
|
@ -17,7 +17,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]
|
||||
|
|
@ -183,9 +183,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