Chevron Left
Back to Configure Replication and Enable Point-in-Time-Recovery for Cloud SQL for PostgreSQL

Learner Reviews & Feedback for Configure Replication and Enable Point-in-Time-Recovery for Cloud SQL for PostgreSQL by Google Cloud

About the Course

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....
Filter by:

1 - 1 of 1 Reviews for Configure Replication and Enable Point-in-Time-Recovery for Cloud SQL for PostgreSQL

By Justin H

•

Sep 22, 2023

The 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