mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
|
|
@ -44,6 +44,7 @@ SYNOPSIS
|
|||
[--psc-auto-connections=[network=NETWORK],[project=PROJECT]]
|
||||
[--[no-]recreate-replicas-on-primary-crash]
|
||||
[--replica-type=REPLICA_TYPE] [--replication=REPLICATION]
|
||||
[--replication-lag-max-seconds-for-recreate=REPLICATION_LAG_MAX_SECONDS_FOR_RECREATE]
|
||||
[--require-ssl] [--retained-backups-count=RETAINED_BACKUPS_COUNT]
|
||||
[--retained-transaction-log-days=RETAINED_TRANSACTION_LOG_DAYS]
|
||||
[--root-password=ROOT_PASSWORD] [--server-ca-mode=SERVER_CA_MODE]
|
||||
|
|
@ -427,6 +428,12 @@ FLAGS
|
|||
Type of replication this instance uses. The default is synchronous.
|
||||
REPLICATION must be one of: synchronous, asynchronous.
|
||||
|
||||
--replication-lag-max-seconds-for-recreate=REPLICATION_LAG_MAX_SECONDS_FOR_RECREATE
|
||||
Set a maximum replication lag for a MySQL read replica in seconds. If
|
||||
the replica lag exceeds the specified value, the readreplica(s) will be
|
||||
recreated. Min value=300 seconds,Max value=31536000 seconds, default
|
||||
value=31536000 seconds.
|
||||
|
||||
--require-ssl
|
||||
Specified if users connecting over IP must use SSL.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue