Topic 1 Question 25
Your organization deployed a new version of a critical application that uses Cloud SQL for MySQL with high availability (HA) and binary logging enabled to store transactional information. The latest release of the application had an error that caused massive data corruption in your Cloud SQL for MySQL database. You need to minimize data loss. What should you do?
Open the Google Cloud Console, navigate to SQL > Backups, and select the last version of the automated backup before the corruption.
Reload the Cloud SQL for MySQL database using the LOAD DATA command to load data from CSV files that were used to initialize the instance.
Perform a point-in-time recovery of your Cloud SQL for MySQL database, selecting a date and time before the data was corrupted.
Fail over to the Cloud SQL for MySQL HA instance. Use that instance to recover the transactions that occurred before the corruption.
ユーザの投票
コメント(8)
Correct Answer C: Binary Logging enabled, with that you can identify the point of time the data was good and recover from that point time. https://cloud.google.com/sql/docs/mysql/backup-recovery/pitr#perform_the_point-in-time_recovery_using_binary_log_positions
👍 3Kloudgeek2022/12/20- 正解だと思う選択肢: C
Binary logging --> Point in Recovery
👍 3range90052022/12/21 - 正解だと思う選択肢: C
Since it is retaining transaction log, point in time recovery is enabled and that would be the best option
👍 2fredcaram2022/12/20
シャッフルモード