GCP Cloud SQL MySQL
GCP Cloud SQL MySQL Database
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments
29
Made by
Massdriver
Official
Yes
No
Compliance
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
database_configuration.high_availability_enabled | boolean | If set to true, GCP will manage a hot standby primary node for you. It will automatically fail over to the hot stanby in the event of a zonal or node failure drastically minimizing downtime. |
database_configuration.query_insights_enabled | boolean | Enables query insights for your instance |
database_configuration.retained_backup_count | integer | The number of backups to keep. If another backup is made, the oldest one is deleted. |
deletion_protection | boolean | If the DB instance should have deletion protection enabled. |
engine_version | string | The major version of MySQL to use for your database. GCP manages minor version upgrades. |
instance_configuration.disk_size | integer | The size of the primary database instance in GB. |
instance_configuration.disk_type | string | Solid State has better performance for mixtures of reads and writes. Use Hard Disks for continuous read workloads or for cheaper storage. |
instance_configuration.tier | string | The type of compute used for the master instance. |
transaction_log_retention_days | integer | The number of days to keep the transaction logs before deleting them. |
username | string | Primary DB username. |