Checkpoints
Prepare a source PostgreSQL database for migration.
/ 20
Migrate a stand-alone PostgreSQL database to Cloud SQL.
/ 20
Promote a Database Migration Services continuous replica to a stand-alone instance.
/ 20
Secure a Cloud SQL database table using IAM authentication.
/ 20
Enable and test Point-in-Time Recovery.
/ 20
Create and Manage Cloud SQL for PostgreSQL Instances: Challenge Lab
- GSP355
- Overview
- Setup and requirements
- Task 1. 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
- Task 3. Implement Cloud SQL for PostgreSQL IAM database authentication
- Task 4. Configure and test point-in-time recovery
- Congratulations!
GSP355
Overview
In a challenge lab you’re given a scenario and a set of tasks. Instead of following step-by-step instructions, you will use the skills learned from the labs in the course to figure out how to complete the tasks on your own! An automated scoring system (shown on this page) will provide feedback on whether you have completed your tasks correctly.
When you take a challenge lab, you will not be taught new Google Cloud concepts. You are expected to extend your learned skills, like changing default values and reading and researching error messages to fix your own mistakes.
To score 100% you must successfully complete all tasks within the time period!
This lab is recommended for students who have enrolled in the Create and Manage Cloud SQL for PostgreSQL Instances skill badge. Are you ready for the challenge?
Topics tested
- 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.
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).
- Time to complete the lab---remember, once you start, you cannot pause a lab.
How to start your lab and sign in to the Google Cloud console
-
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
-
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. -
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.
-
Click Next.
-
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.
-
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. -
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.
Challenge 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.
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:
- 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.
-
Upgrade the target databases on the
postgres-vm
virtual machine with thepglogical
database extension. -
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 namedpostgresql-13-pglogical
. -
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. -
Create a dedicated user for database migration on the stand-alone database.
-
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!
- 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.
- 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
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:
- 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
-
You must configure the connection profile using the internal ip-address of the source compute instance.
-
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 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 Enterprise Cloud SQL edition.
- Select a dedicated core machine shapes with 2 vCPU and 8GB of memory.
-
For the Connectivity Method, you must use VPC peering with the default VPC network.
-
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.
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:
-
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.
- In the
-
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.
-
Grant
SELECT
permission to the Cloud IAM user for thetable. - 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";
- In the
-
Run the following query as the
user in the migrated database to confirm that the can select data from the table. -
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:
- 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
.
- In the
- 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/' - 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.
- In the
- 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
.
- Use the following command to clone the instance by replacing the CLOUDSQL_INSTANCE, NEW_INSTANCE_NAME and TIME_STAMP variables with the correct values.
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.
Congratulations!
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 Create and Manage Cloud SQL for PostgreSQL Instances skill badge. Completing this skill badge earns you the badge above, to recognize your achievement. Share your badge on your resume and social platforms, and announce your accomplishment using #GoogleCloudBadge.
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 13, 2024
Lab Last Tested August 13, 2024
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.