PostgreSQL Setup Guide

Last updated: November 6, 2024

To connect PostgreSQL and enable Aleph to query its data directly, Aleph needs a PostgreSQL user that will be used to read the tables and data.

We suggest creating a separate database user for Aleph, with only access to the tables you need to consume in Aleph. If you already have a database user for the finance team, we recommend assigning that user and the Aleph user the same role, so that any table that is made available to the finance user is also available in Aleph.

Once the user is created, you would need to provide your Aleph Account Manager with the following information:

  • Database name

  • Database connection string

If you have an IP whitelist, you must add our server IP 35.202.250.148 to the whitelist

To share this information securely, you can use Doppler Share or your preferred alternative. For security reasons, we recommend choosing an appropriate expiration time for the share link.

Important: the credential information is sensitive so only share it with authorized individuals.

We also support connecting to Redsfhit via an SSH jumpbox. If you'd like to connect this way, please provide us with the following information:

1. SSH tunnel username

2. SSH tunnel IP or host

3. DB username

4. DB password

5. DB host

6. DB port

7. DB name

We will provide a public key for you to add to the jumpbox for authentication