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
|
|
@ -38,6 +38,7 @@ SYNOPSIS
|
|||
[--password-policy-min-length=PASSWORD_POLICY_MIN_LENGTH]
|
||||
[--password-policy-password-change-interval=PASSWORD_POLICY_PASSWORD_CHANGE_INTERVAL]
|
||||
[--password-policy-reuse-interval=PASSWORD_POLICY_REUSE_INTERVAL]
|
||||
[--[no-]recreate-replicas-on-primary-crash]
|
||||
[--replica-type=REPLICA_TYPE] [--replication=REPLICATION]
|
||||
[--require-ssl] [--retained-backups-count=RETAINED_BACKUPS_COUNT]
|
||||
[--retained-transaction-log-days=RETAINED_TRANSACTION_LOG_DAYS]
|
||||
|
|
@ -338,6 +339,14 @@ FLAGS
|
|||
Number of previous passwords that cannot be reused. The valid range is
|
||||
0 to 100.
|
||||
|
||||
--[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.
|
||||
|
||||
--replica-type=REPLICA_TYPE
|
||||
The type of replica to create. REPLICA_TYPE must be one of: READ,
|
||||
FAILOVER.
|
||||
|
|
|
|||
|
|
@ -33,6 +33,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-size=STORAGE_SIZE] [--threads-per-core=THREADS_PER_CORE]
|
||||
|
|
@ -302,6 +303,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