arrow_back

Manage PostgreSQL Databases on Cloud SQL: Challenge Lab

Join Sign in
Test and share your knowledge with our community!
done
Get access to over 700 hands-on labs, skill badges, and courses

Manage PostgreSQL Databases on Cloud SQL: Challenge Lab

Lab 1 hour 30 minutes universal_currency_alt 1 Credit show_chart Introductory
Test and share your knowledge with our community!
done
Get access to over 700 hands-on labs, skill badges, and courses

GSP355

Google Cloud self-paced labs logo

Overview

In this challenge lab, lab you will be set a number of tasks to perform. These have all been covered in the quest Manage Cloud SQL for PostgreSQL Databases. You will not be given step-by-step instructions, but you will be given certain directives which you must follow, such as the naming of certain resources, or some guidelines about how you should solve the problems.

Scenario

Your employer has a stand-alone PostgreSQL database on a Compute Instance VM. You have been tasked with migrating the database to a Cloud SQL for PostgreSQL instance using Database Migration Services and VPC Peering. You are then required to configure and test Cloud SQL IAM Database Authentication on the migrated instance, and finally enable backups and point-in-time recovery so that the database is protected. You are required to confirm that point-in-time recovery works by using it to create a clone of the database to a particular timestamp.

Objectives

In this challenge lab, you are required to perform the following tasks:

  • Migrate a stand-alone PostgreSQL database to Cloud SQL for PostgreSQL using Database Migration Services.
  • Promote the Cloud SQL database to a stand-alone instance for reading and writing.
  • Secure the database using IAM DB Authentication.
  • Perform a point-in-time recovery on the database.

Target audience

The content of this challenge lab will be most applicable to PostgreSQL DBAs. This lab is designed to test the abilities of students who have completed the Manage Cloud SQL for PostgreSQL Databases quest.

Setup and requirements

Before you click the Start Lab button

Read these instructions. Labs are timed and you cannot pause them. The timer, which starts when you click Start Lab, shows how long Google Cloud resources will be made available to you.

This hands-on lab lets you do the lab activities yourself in a real cloud environment, not in a simulation or demo environment. It does so by giving you new, temporary credentials that you use to sign in and access Google Cloud for the duration of the lab.

To complete this lab, you need:

  • Access to a standard internet browser (Chrome browser recommended).
Note: Use an Incognito or private browser window to run this lab. This prevents any conflicts between your personal account and the Student account, which may cause extra charges incurred to your personal account.
  • Time to complete the lab---remember, once you start, you cannot pause a lab.
Note: If you already have your own personal Google Cloud account or project, do not use it for this lab to avoid extra charges to your account.

How to start your lab and sign in to the Google Cloud console

  1. Click the Start Lab button. If you need to pay for the lab, a pop-up opens for you to select your payment method. On the left is the Lab Details panel with the following:

    • The Open Google Cloud console button
    • Time remaining
    • The temporary credentials that you must use for this lab
    • Other information, if needed, to step through this lab
  2. Click Open Google Cloud console (or right-click and select Open Link in Incognito Window if you are running the Chrome browser).

    The lab spins up resources, and then opens another tab that shows the Sign in page.

    Tip: Arrange the tabs in separate windows, side-by-side.

    Note: If you see the Choose an account dialog, click Use Another Account.
  3. If necessary, copy the Username below and paste it into the Sign in dialog.

    {{{user_0.username | "Username"}}}

    You can also find the Username in the Lab Details panel.

  4. Click Next.

  5. Copy the Password below and paste it into the Welcome dialog.

    {{{user_0.password | "Password"}}}

    You can also find the Password in the Lab Details panel.

  6. Click Next.

    Important: You must use the credentials the lab provides you. Do not use your Google Cloud account credentials. Note: Using your own Google Cloud account for this lab may incur extra charges.
  7. Click through the subsequent pages:

    • Accept the terms and conditions.
    • Do not add recovery options or two-factor authentication (because this is a temporary account).
    • Do not sign up for free trials.

After a few moments, the Google Cloud console opens in this tab.

Note: To view a menu with a list of Google Cloud products and services, click the Navigation menu at the top-left. Navigation menu icon

Task 1. Migrate a stand-alone PostgreSQL database to a Cloud SQL for PostgreSQL instance

In this task you must migrate the stand-alone PostgreSQL orders database running on the postgres-vm virtual machine to a Cloud SQL for PostgreSQL instance using a Database Migration Services continuous migration job and VPC Peering connectivity.

Prepare the stand-alone PostgreSQL database for migration

In this sub-task you must prepare the stand-alone PostgreSQL database so that it satisfies the requirements for migration by Database Migration Services.

To complete this sub-task you must complete the following steps:

  1. Enable the Google Cloud APIs required for Database Migration Services.

Database Migration Services require the Database Migration API and the Service Networking API to be enabled in order to function. You must enable these APIs for your project.

  1. Upgrade the target databases on the postgres-vm virtual machine with the pglogical database extension.

  2. You must install and configure the pglogical database extension on the stand-alone PostgreSQL database on the postgres-vm Compute Instance VM. The pglogical database extension package that you must install is named postgresql-13-pglogical.

  3. To complete the configuration of the pglogical database extension you must edit the PostgreSQL configuration file /etc/postgresql/13/main/postgresql.conf to enable the pglogical database extension and you must edit the /etc/postgresql/13/main/pg_hba.conf to allow access from all hosts.

  4. Create a dedicated user for database migration on the stand-alone database.

  5. The new user that you create on the stand-alone PostgreSQL installation on the postgres-vm virtual machine must be configured using the following user name and password:

  • Migration user name :
  • Migration user password : DMS_1s_cool!
  1. Grant that user the required privileges and permissions for databases to be migrated.

Database Migration Services require that the migration user has privileges to specific schemata and relations of the target databases for migration, in this case that is the orders database.

The Database Migration Service requires all tables to be migrated to have a primary key.

  1. You must make sure that all of the tables in the orders database have a primary key set before you start the migration.
  • distribution_centers
  • inventory_items
  • order_items
  • products
  • users
Note: The detailed pre-requisites for migrating a stand-alone PostgreSQL database to Cloud SQL for PostgreSQL are provided in the suggestion links in the Cloud Console GUI for Database Migration Services.

Should you need some help on the detailed steps you must take, you may refer to that documentation, or you can look at the detailed steps in the migration lab that is part of this quest.
Prepare a stand-alone PostgreSQL database for migration to Cloud SQL for PostgreSQL.

Migrate the stand-alone PostgreSQL database to a Cloud SQL for PostgreSQL instance

In this sub-task you must perform the migration using Database Migration Services.

To complete this sub-task you must complete the following steps:

  1. Create a new Database Migration Service connection profile for the stand-alone PostgreSQL database, using the credentials of the migration user you created earlier.
  • Username :
  • Password : DMS_1s_cool!
  • Region must be set to
  1. You must configure the connection profile using the internal ip-address of the source compute instance.

  2. Create a new continuous Database Migration Service job.

As part of the migration job configuration, make sure that you specify the following properties for the destination Cloud SQL instance:

The completed Migration job type field; Continuous.

  • The Destination Instance ID must be set to
  • The Password for the migrated instance must be set to supersecret!
  • Database version must be set to Cloud SQL for PostgreSQL 13
  • Region must be set to
  • For Connections both Public IP and Private IP must be set.
  • For Private IP use an automatically allocated IP range.
  • Select a standard machine type with 2 vCPU and 16GB of memory.
Note:You will need to wait while the private ip-address is allocated. Once the Create & Continue appears, you can proceed.
  1. For the Connectivity Method, you must use VPC peering with the default VPC network.

  2. Test and then start the continuous migration job.

If you do not correctly prepare the source PostgreSQL environment, the migration might fail completely, or it might fail to migrate some individual tables. If some tables are missing, even though the migration appears to be working otherwise, check that you have correctly configured all of the source database tables.

Migrate a stand-alone PostgreSQL database to a Cloud SQL for PostgreSQL instance.

Task 2. Promote a Cloud SQL to be a stand-alone instance for reading and writing data

  • In this task, you must complete the migration by promoting the Cloud SQL for PostgreSQL instance to a stand-alone instance.
  • When the promotion is complete, the status of the job updates to Completed. Promote a Cloud SQL Migration Replica to a stand-alone instance.

Task 3. Implement Cloud SQL for PostgreSQL IAM database authentication

In this task you must configure the newly migrated Cloud SQL for PostgreSQL instance to support Cloud IAM users and IAM database authentication. You are also required to patch the Cloud SQL for PostgreSQL instance, to add the public ip-address of the postgres-vm virtual machine to the list of networks that are allowed to connect to the instance.

To complete this task you must complete the following steps:

  1. Patch the Cloud SQL instance to allow connections from the public ip-address of the postgres-vm virtual machine.

    • In the Cloud SQL instance, go to connections > Networking.
    • Under the Public IP, click on ADD A NETWORK. For the network, use the external IP of the postgres-vm virtual machine.
  2. In the Cloud SQL instance, create a Cloud SQL IAM user using the lab student ID, , as the principal account name.

    • Click Users > Add user account, then select Cloud IAM.
  3. Grant SELECT permission to the Cloud IAM user for the table.

    • In the Cloud SQL instance, go to Overview. Under Connect to this instance, click on Open Cloud Shell.
    • For the password enter supersecret!. Then connect to the orders database using \c orders; command.
    • Again for the password enter supersecret!.
    • Use the following command to grant SELECT permission. Replace the Table_Name and Qwiklabs_User_Account_Name variables with the correct values. GRANT SELECT ON Table_Name TO "Qwiklabs_User_Account_Name";
  4. Run the following query as the user in the migrated database to confirm that the can select data from the table.

Secure a Cloud SQL for PostgreSQL database table using Cloud IAM database authentication.

Task 4. Configure and test point-in-time recovery

In this task you must configure point-in-time recovery on a Cloud SQL for PostgreSQL instance and then test it by using point-in-time recovery to create a cloned instance at a point in time that rolls back some changes.

To complete this task you must complete the following steps:

  1. Enable backups on the Cloud SQL for PostgreSQL instance.
    • In the Cloud SQL instance, go to Overview. Click on edit > Data Protection.
    • Enable point-in-time recovery and set the number of retained transaction log days to .
  2. Make a note of the timestamp for the point-in-time you wish to restore to using the following command. date -u --rfc-3339=ns | sed -r 's/ /T/; s/\.([0-9]{3}).*/\.\1Z/'
  3. Make some changes to the database after this timestamp.
    • In the Cloud SQL instance, go to Overview. Under Connect to this instance, click on Open Cloud Shell.
    • For the password enter supersecret!. Then connect to the orders database using \c orders; command.
    • Again for the password enter supersecret!.
    • You must add a row of data to the orders.distribution_centers table.
  4. Use point-in-time recovery to create a clone that replicates the instance state at your chosen timestamp.
    • Use the following command to clone the instance by replacing the CLOUDSQL_INSTANCE, NEW_INSTANCE_NAME and TIME_STAMP variables with the correct values. gcloud sql instances clone $CLOUDSQL_INSTANCE $NEW_INSTANCE_NAME \ --point-in-time $TIME_STAMP
    • For the Cloned instance name you must use the name postgres-orders-pitr.

The new instance will not be used, but do not discard it, as it will be required to confirm that you have correctly completed the lab.

Note: You must specify the point-in-time recovery timestamp in UTC time, specified in RFC 3339 format 'yyyy-MM-ddThh:mm:ss.mmmZ'. Enable and test point-in-time recovery.

Congratulations!

You completed the Manage PostgreSQL Databases on Cloud SQL: Challenge Lab! In this lab, you have migrated a standalone PostgreSQL database to Cloud SQL, enabled Cloud SQL IAM database authentication, and tested point-in-time database recovery.

Earn your next skill badge

This self-paced lab is part of the Manage PostgreSQL Databases on Cloud SQL quest. Completing this skill badge quest earns you the badge above, to recognize your achievement. Share your badge on your resume and social platforms, and announce your accomplishment using #GoogleCloudBadge.

See other available Qwiklabs quests available in the catalog.

Google Cloud training and certification

...helps you make the most of Google Cloud technologies. Our classes include technical skills and best practices to help you get up to speed quickly and continue your learning journey. We offer fundamental to advanced level training, with on-demand, live, and virtual options to suit your busy schedule. Certifications help you validate and prove your skill and expertise in Google Cloud technologies.

Manual Last Updated August 8, 2023

Lab Last Tested August 8, 2023

Copyright 2024 Google LLC All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.