Topic 1 Question 31
You are managing a mission-critical Cloud SQL for PostgreSQL instance. Your application team is running important transactions on the database when another DBA starts an on-demand backup. You want to verify the status of the backup. What should you do?
Check the cloudsql.googleapis.com/postgres.log instance log.
Perform the gcloud sql operations list command.
Use Cloud Audit Logs to verify the status.
Use the Google Cloud Console.
ユーザの投票
コメント(10)
- 正解だと思う選択肢: B
Should be B Perform the gcloud sql operations list command
https://cloud.google.com/sql/docs/postgres/backup-recovery/backups#troubleshooting-backups
Under Troubleshooting: Issue: "You can't see the current operation's status."
The Google Cloud console reports only success or failure when the operation is done. It isn't designed to show warnings or other updates. Run the gcloud sql operations list command to list all operations for the given Cloud SQL instance.
A and C iis wrong because there are used for WHO issued the Backup, but not the current status of the backup D is wrong only shows success or failure in the Cloud Console but not the current status of the backup
👍 3Sekierer2023/01/18 - 👍 2Kloudgeek2022/12/20
- 正解だと思う選択肢: B
Perform the gcloud sql operations list command.
👍 1range90052022/12/21
シャッフルモード