
Answer-first summary for fast verification
Answer: Perform the gcloud sql operations list command., Use the Google Cloud Console.
To verify the status of an on-demand backup for a Cloud SQL for PostgreSQL instance, the most direct methods are either using the Google Cloud Console or the gcloud sql operations list command. The Google Cloud Console provides a user-friendly interface to check the status of operations, including backups, on your Cloud SQL instances. The gcloud sql operations list command allows you to list all operations for a given instance, including backups, and their statuses. Checking the cloudsql.googleapis.com/postgres.log instance log or using Cloud Audit Logs might provide information about the backup operation but are not the most direct or efficient ways to verify the status of a backup operation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can you check the status of an on-demand backup on a mission-critical Cloud SQL for PostgreSQL instance while important transactions are being processed?
A
Check the cloudsql.googleapis.com/postgres.log instance log.
B
Perform the gcloud sql operations list command.
C
Use Cloud Audit Logs to verify the status.
D
Use the Google Cloud Console.