mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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.
|
||||
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ SYNOPSIS
|
|||
[--pricing-plan=PRICING_PLAN, -p PRICING_PLAN]
|
||||
[--[no-]recreate-replicas-on-primary-crash]
|
||||
[--remove-deny-maintenance-period] [--replication=REPLICATION]
|
||||
[--replication-lag-max-seconds-for-recreate=REPLICATION_LAG_MAX_SECONDS_FOR_RECREATE]
|
||||
[--[no-]require-ssl] [--simulate-maintenance-event]
|
||||
[--ssl-mode=SSL_MODE] [--[no-]storage-auto-increase]
|
||||
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
|
||||
|
|
@ -357,6 +358,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.
|
||||
|
||||
--[no-]require-ssl
|
||||
mysqld should default to 'REQUIRE X509' for users connecting over IP.
|
||||
Use --require-ssl to enable and --no-require-ssl to disable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue