Connecting to PostgreSQL
When adding a PostgreSQL action, select an existing connection or create a new one.
Connection details
A PostgreSQL connection consists of the following properties:
Name | Data Type | Description |
---|---|---|
Name | Required | Name of the connection object. |
Connection/Authentication Type | Required | Type of connection or authentication method used. |
Server Name | Required | The name or IP address of the database server. |
Database Name | Required | The name of the specific database to connect to. |
Username | Required | The username for database authentication. |
Password | Required | The password for database authentication. |
Connection Timeout | Optional | Timeout duration for the connection (in seconds). Default is 60. |
Steps to Configure
- Provide a Name for the connection.
- Choose PostgreSQL Authentication or a Custom Connection String as the connection type.
- Enter the Server Name, Database Name, Username, and Password.
- (Optional) Set the Connection Timeout if required.
- Click Test Connection to verify the details.
- If successful, click OK to save the connection.
Notes
- Ensure the PostgreSQL server is accessible and credentials are correct.
- For enhanced security, store sensitive credentials securely.
- Use the default timeout unless your environment requires a different configuration.