mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed May 11 08:44:01 UTC 2022
This commit is contained in:
parent
bf33ccb44b
commit
379049f21a
109 changed files with 2571 additions and 102 deletions
|
|
@ -14,7 +14,8 @@ SYNOPSIS
|
|||
[--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE]
|
||||
[--deny-maintenance-period-start-date=DENY_MAINTENANCE_PERIOD_START_DATE]
|
||||
[--deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME]
|
||||
[--enable-bin-log] [--enable-point-in-time-recovery]
|
||||
[--enable-bin-log] [--enable-password-policy]
|
||||
[--enable-point-in-time-recovery]
|
||||
[--failover-replica-name=FAILOVER_REPLICA_NAME]
|
||||
[--[no-]insights-config-query-insights-enabled]
|
||||
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
|
||||
|
|
@ -148,10 +149,11 @@ FLAGS
|
|||
The database engine type and versions. If left unspecified, the API
|
||||
defaults are used. See the list of database versions at
|
||||
https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/SqlDatabaseVersion.
|
||||
DATABASE_VERSION must be one of: MYSQL_5_6, MYSQL_5_7, MYSQL_8_0,
|
||||
POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13,
|
||||
POSTGRES_14, SQLSERVER_2017_EXPRESS, SQLSERVER_2017_WEB,
|
||||
SQLSERVER_2017_STANDARD, SQLSERVER_2017_ENTERPRISE,
|
||||
Apart from listed major versions, DATABASE_VERSION also accepts
|
||||
supported minor versions. DATABASE_VERSION must be one of: MYSQL_5_6,
|
||||
MYSQL_5_7, MYSQL_8_0, POSTGRES_9_6, POSTGRES_10, POSTGRES_11,
|
||||
POSTGRES_12, POSTGRES_13, POSTGRES_14, SQLSERVER_2017_EXPRESS,
|
||||
SQLSERVER_2017_WEB, SQLSERVER_2017_STANDARD, SQLSERVER_2017_ENTERPRISE,
|
||||
SQLSERVER_2019_EXPRESS, SQLSERVER_2019_WEB, SQLSERVER_2019_STANDARD,
|
||||
SQLSERVER_2019_ENTERPRISE.
|
||||
|
||||
|
|
@ -169,6 +171,10 @@ FLAGS
|
|||
fraction of a second. Must have automatic backups enabled to use. Make
|
||||
sure storage can support at least 7 days of logs.
|
||||
|
||||
--enable-password-policy
|
||||
Enable the password policy, which enforces user password management
|
||||
with the policies configured for the instance.
|
||||
|
||||
--enable-point-in-time-recovery
|
||||
Allows for data recovery from a specific point in time, down to a
|
||||
fraction of a second, via write-ahead logs. Must have automatic backups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue