mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Jul 20 11:47:24 UTC 2023
This commit is contained in:
parent
b4c2508b12
commit
64e67b443c
325 changed files with 10090 additions and 1806 deletions
|
|
@ -37,6 +37,7 @@ SYNOPSIS
|
|||
[--password-policy-password-change-interval=PASSWORD_POLICY_PASSWORD_CHANGE_INTERVAL]
|
||||
[--password-policy-reuse-interval=PASSWORD_POLICY_REUSE_INTERVAL]
|
||||
[--pricing-plan=PRICING_PLAN, -p PRICING_PLAN]
|
||||
[--[no-]recreate-replicas-on-primary-crash]
|
||||
[--remove-deny-maintenance-period] [--replication=REPLICATION]
|
||||
[--[no-]require-ssl] [--[no-]storage-auto-increase]
|
||||
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
|
||||
|
|
@ -310,6 +311,14 @@ FLAGS
|
|||
First Generation instances only. The pricing plan for this instance.
|
||||
PRICING_PLAN must be one of: PER_USE, PACKAGE.
|
||||
|
||||
--[no-]recreate-replicas-on-primary-crash
|
||||
Allow/Disallow replica recreation when a primary MySQL instance
|
||||
operating in reduced durability mode crashes. Not recreating the
|
||||
replicas might lead to data inconsistencies between the primary and its
|
||||
replicas. This setting is only applicable for MySQL instances and is
|
||||
enabled by default. Use --recreate-replicas-on-primary-crash to enable
|
||||
and --no-recreate-replicas-on-primary-crash to disable.
|
||||
|
||||
--remove-deny-maintenance-period
|
||||
Removes the user-specified deny maintenance period.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue