๐ Connect to the Database
Select PostgreSQL as Database Typeโ
Enter connection detailsโ
Enter the details for the PostgreSQL database you will be migrating from.
- If your instructors have configured a server for you to use, ask them for the host name, username and password. It's important to click on the
SSL
tab and active SSL. - If you followed the steps to configure PostgreSQL in a docker container, the hostname will be
localhost
, usernamepostgres
and passwordpostgres
.
Click Test Connection
to ensure your details are correct.
Click Connect
to proceed to the next step.