Skip to main content

Postgres

Setting up the Postgres connector

NoItemRequiredExampleNotes
1HostYesHostname of the database.
2PortYes5432Port of the database.
3Database NameYesName of the database.
4SchemasNoThe list of schemas (case sensitive) to sync from. Defaults to public.
5UsernameYesUsername to access the database.
6PasswordNoPassword associated with the username.
7JDBC URL Parameters (Advanced)NoAdditional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (Eg. key1=value1&key2=value2&key3=value3). For more information read about JDBC URL parameters.
8Connect using SSLNoEncrypt data using SSL. When activating SSL, please select one of the connection modes.
9SSL ModesYesSSL connection modes.
Read more in the docs.
Refer to the documentation in the form while using the connector
disable
allow
prefer
require
verify-ca
verify-full
10Replication MethodYesReplication method for extracting data from the database.
Refer to the documentation in the form while using the connector
Standard
Logical Replication (CDC)

Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.