mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Feb 26 10:38:18 UTC 2025
This commit is contained in:
parent
8d1a988ab5
commit
a597993b2e
186 changed files with 5629 additions and 923 deletions
|
|
@ -4,9 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud sql import bak INSTANCE [URI] --database=DATABASE, -d DATABASE
|
||||
[--async] [--bak-type=BAK_TYPE; default="FULL"] [--no-recovery]
|
||||
[--recovery-only] [--stop-at=STOP_AT] [--stop-at-mark=STOP_AT_MARK]
|
||||
[--[no-]striped]
|
||||
[--async] [--bak-type=BAK_TYPE; default="FULL"] [--keep-encrypted]
|
||||
[--no-recovery] [--recovery-only] [--stop-at=STOP_AT]
|
||||
[--stop-at-mark=STOP_AT_MARK] [--[no-]striped]
|
||||
[--cert-path=CERT_PATH --pvk-path=PVK_PATH (--prompt-for-pvk-password
|
||||
| --pvk-password=PVK_PASSWORD)] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -55,6 +55,9 @@ OPTIONAL FLAGS
|
|||
Type of bak file that will be imported. Applicable to SQL Server only.
|
||||
BAK_TYPE must be one of: FULL, DIFF, TLOG.
|
||||
|
||||
--keep-encrypted
|
||||
Whether or not to decrypt the imported encrypted BAK file.
|
||||
|
||||
--no-recovery
|
||||
Whether or not the SQL Server import is execueted with NORECOVERY
|
||||
keyword.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue