A cloud engineer needs to ensure that a production Cloud SQL for MySQL instance can be restored to a specific point in time in the event of accidental data corruption. Which action should the engineer perform on the instance?
- Enable automated backups and binary logging on the Cloud SQL instance.Cevap
- BConfigure an Object Lifecycle Management policy to transition the database storage class to Coldline.
- CMigrate the database tables to Cloud Bigtable to enable automated transactional point-in-time rollbacks.
- DEnable Uniform Bucket-Level Access on the Cloud SQL storage volume.
Cevap
Enable automated backups and binary logging on the Cloud SQL instance.
Enabling automated backups together with binary logging on Cloud SQL for MySQL records all database modifications, allowing the instance to be restored to any exact minute or transaction log state.
Adım Adım Çözüm
Anahtar Kavram
Cloud SQL Backup and Point-in-Time Recovery Management