PostgreSQL

Version 23.4.8843


PostgreSQL


CData Sync アプリケーションからPostgreSQL コネクタを使用して、サポートされている任意のデータソースから同期先のPostgreSQL へデータを移動できます。これを行うには、コネクタを追加し、コネクタへの認証を行い、接続を完了する必要があります。

PostgreSQL コネクタを追加

Sync でPostgreSQL のデータを使用できるようにするには、まず以下の手順でコネクタを追加する必要があります。

  1. Sync のダッシュボードから接続ページを開きます。

  2. 接続を追加をクリックしてコネクタを選択ページを開きます。

  3. 同期先タブをクリックしてPostgreSQL 行に移動します。

  4. 行末にある接続を設定アイコンをクリックして、新しい接続ページを開きます。接続を設定アイコンが利用できない場合は、コネクタをダウンロードアイコンをクリックしてPostgreSQL コネクタをインストールします。新規コネクタのインストールについて詳しくは、接続を参照してください。

PostgreSQL への認証

コネクタを追加したら、必須プロパティを設定する必要があります。

  • Connection Name - Enter a connection name of your choice.

  • Server - Enter the host name or IP of the server that hosts the PostgreSQL database. The default server value is localhost.

CData Sync supports authenticating to PostgreSQL in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

Password

To connect with user credentials, specify the following properties:

  • Auth Scheme - Select Password.

  • User - Enter the username that you use to authenticate to your PostgreSQL account.

  • Password - Enter the password that you use to authenticate to your PostgreSQL account.

AzureAD

To connect with Azure Active Directory, specify the following properties:

  • Auth Scheme - Select AzureAD.

  • User - Enter the username that you use to authenticate to your PostgreSQL account.

  • Azure Tenant - Enter the Microsoft Online tenant to which you want to connect. If you do not specify the tenant, CData Sync uses the default tenant.

  • OAuth Client Id - Enter the client Id that you were assigned when you registered your application with an OAuth authorization server.

  • OAuth Client Secret - Enter the client secret that you were assigned when you registered your application with an OAuth authorization server.

AzurePassword

To connect with Azure user credentials, specify the following properties:

  • Auth Scheme - Select AzurePassword.

  • User - Enter the username that you use to authenticate to your Azure account.

  • Password - Enter the password that you use to connect to your Azure account.

  • Azure Tenant - Enter the Microsoft Online tenant to which you want to connect. If you do not specify a tenant, CData Sync uses the default tenant.

AzureMSI

To connect with Azure Managed Service Identity, specify the following properties:

  • Auth Scheme - Select AzureMSI.

  • User - Enter the username that you use to authenticate to your PostgreSQL account.

AwsIAMRoles

To connect with IAM user credentials, specify the following properties:

  • Auth Scheme - Select AwsIAMRoles.

  • User - Enter the username that you use to authenticate to your PostgreSQL account.

  • AWS Access Key - Enter your Amazon Web Services (AWS) account access key. This value is available on you AWS security-credentials page.

  • AWS Secret - Enter your Amazon Web Services (AWS) account secret. This value is available on you AWS security-credentials page.

  • AWS Role Arn - Enter the Amazon Resource Name of the role that you want to use when you authenticate.

  • AWS External Id (optional) - Enter a unique identifier that might be required when you assume a role in another account.

AwsEC2Roles

This auth scheme does not require any additional settings. So, you can select this scheme and continue with the settings and steps in Complete Your Connection.

GCPServiceAccount

To connect with a GCP service account, specify the following properties:

  • Auth Scheme - Select GCPServiceAccount.

  • OAuth JWT Cert - Enter your Java web tokens (JWT) certificate store.

  • OAuth JWT Cert Type - Enter the type of key store that contains your JWT Certificate. The default type is PEMKEY_BLOB.

  • OAuth JWT Cert Password (optional) - Enter the password for your OAuth JWT certificate.

  • OAuth JWT Cert Subject (optional) - Enter the user subject for which the application is requesting delegated access.

Complete Your Connection

To complete your connection:

  1. Specify these settings:

    • Database - Enter the name of the database that to which you want to connect when you connect to the PostgreSQL server.

    • Port - Enter the port number of the server that hosts the PostgreSQL database. The default port value is 5432.

  2. 高度な設定タブで接続の高度な設定を定義します。(ただし、ほとんどの場合これらの設定は必要ありません。)

  3. AzureAD, AzurePassword, AzureMSI, or GCPServiceAccount で認証する場合は、PostgreSQL への接続 をクリックしてPostgreSQL アカウントに接続します。

  4. 作成およびテストをクリックして接続を作成します。

詳細情報

CData Sync とPostgreSQL の連携について、詳しくはPostgreSQL Connector for CData Sync を参照してください。