1
0
Fork 0
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:
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.

View file

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