Prerequisites
- A PostgreSQL server reachable from the internet (or through your network configuration).
- A database user with read access to the schemas and tables you want to query.
Required fields
Optional fields
Steps
- Open Settings → Datasources → New.
- Enter a name and select PostgreSQL as the type.
- Fill in the fields above.
- Click Test connection to verify Mora can reach your database.
- Click Create.
Troubleshooting
- Connection refused: Confirm the host, port, and that your firewall allows inbound connections from Mora’s IP.
- Authentication failed: Double-check the user and password. Ensure the user has
CONNECTprivilege on the database. - SSL required: Toggle the SSL switch on and retry.
Related
- Catalog sync, how Mora discovers your schemas and tables.
- Managing datasources, edit, re-test, or delete.
