Excelente Conteúdo, parabéns ao Google pela qualidade
Configure Replication and Enable Point-in-Time-Recovery for Cloud SQL for PostgreSQL

This is a self-paced lab that takes place in the Google Cloud console. In this lab you will configure and test point-in-time recovery for a Cloud SQL for PostgreSQL instance.
Status: Disaster Recovery
Status: Database Administration
BeginnerProject1 hour

All reviews
Showing: 2 of 2
All Learners
All Stars
Most Helpful
Valdelice Alves Santos
5.0
Reviewed Nov 3, 2024Justin Ho
1.0
Reviewed Sep 22, 2023The instructions were not complete and will result in an error! This is what was suggested export NEW_INSTANCE_NAME=postgres-orders-pitr gcloud sql instances clone $CLOUD_SQL_INSTANCE $NEW_INSTANCE_NAME \ --point-in-time '2023-09-22T10:51:46Z' This will result in DESTINATION : Must be specified This is the correct answer. export CLOUD_SQL_INSTANCE=postgres-orders export NEW_INSTANCE_NAME=postgres-orders-pitr gcloud sql instances clone $CLOUD_SQL_INSTANCE $NEW_INSTANCE_NAME \ --point-in-time '2023-09-22T10:51:46Z' TSK GOOGLE
Show: 20 results per page