1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Wed Oct 23 10:01:22 UTC 2024

This commit is contained in:
Automated 2024-10-23 10:01:22 +00:00
parent 694f6671d0
commit fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions

View file

@ -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.