mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +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
|
|
@ -41,6 +41,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]
|
||||
|
|
@ -360,6 +361,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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue