mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jul 20 08:59:31 UTC 2022
This commit is contained in:
parent
879929cbc6
commit
380c3aa29f
83 changed files with 1945 additions and 446 deletions
|
|
@ -40,7 +40,7 @@ SYNOPSIS
|
|||
[--replica-type=REPLICA_TYPE] [--replication=REPLICATION]
|
||||
[--require-ssl] [--retained-backups-count=RETAINED_BACKUPS_COUNT]
|
||||
[--retained-transaction-log-days=RETAINED_TRANSACTION_LOG_DAYS]
|
||||
[--root-password=ROOT_PASSWORD] [--storage-auto-increase]
|
||||
[--root-password=ROOT_PASSWORD] [--[no-]storage-auto-increase]
|
||||
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
|
||||
[--storage-size=STORAGE_SIZE] [--storage-type=STORAGE_TYPE]
|
||||
[--tier=TIER, -t TIER]
|
||||
|
|
@ -341,13 +341,15 @@ FLAGS
|
|||
--root-password=ROOT_PASSWORD
|
||||
Root Cloud SQL user's password.
|
||||
|
||||
--storage-auto-increase
|
||||
--[no-]storage-auto-increase
|
||||
Storage size can be increased, but it cannot be decreased; storage
|
||||
increases are permanent for the life of the instance. With this setting
|
||||
enabled, a spike in storage requirements can result in permanently
|
||||
increased storage costs for your instance. However, if an instance runs
|
||||
out of available space, it can result in the instance going offline,
|
||||
dropping existing connections. This setting is enabled by default.
|
||||
dropping existing connections. This setting is enabled by default. Use
|
||||
--storage-auto-increase to enable and --no-storage-auto-increase to
|
||||
disable.
|
||||
|
||||
--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT
|
||||
Allows you to set a maximum storage capacity, in GB. Automatic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue