Skip to content

Commit

Permalink
Moved ssl bullet point in Cloud Service URL section up
Browse files Browse the repository at this point in the history
  • Loading branch information
gvasquezvargas committed Nov 20, 2024
1 parent 67c29aa commit 676a027
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,14 @@ The URL contains the following information:

- `<database_id>` — The name of the target database. Set this to the name of the database in your cluster that you want to use as your migration target database. The name of the default database for your cluster is shown in the **Dbname** field on the **Connect** tab in the Cloud Service portal. Often a separate database is created for use as the migration target.

- `sslmode` — Either "require" or "verify-full". See [Recommended settings for SSL mode](/edb-postgres-ai/cloud-service/using_cluster/connect_from_a_client/#recommended-settings-for-ssl-mode). Listed at the end of the **Service URI** value on the **Connect** tab in the Cloud Service portal.

Ensure these values are set in the `toolkit.properties` file:

- `TARGET_DB_USER` — Specifies the name of a privileged database user. You can copy it from the **User** field on the **Connect** tab in the Cloud Service portal.

- `TARGET_DB_PASSWORD` — Contains the password of the specified user. Provide the password without any surrounding quotes.

Ensure this value is set in Cloud Service:

- `sslmode` — Either "require" or "verify-full". See [Recommended settings for SSL mode](/edb-postgres-ai/cloud-service/using_cluster/connect_from_a_client/#recommended-settings-for-ssl-mode). Listed at the end of the **Service URI** value on the **Connect** tab in the Cloud Service portal.

## URL and parameters for Oracle

Migration Toolkit helps with migration from an Oracle database to a PostgreSQL or Advanced Server database. When migrating from Oracle, you must specify connection specifications for the Oracle source database in the `toolkit.properties` file. The connection information must include:
Expand Down

0 comments on commit 676a027

Please sign in to comment.