PostgreSQL
Deploy PostgreSQL, a powerful open-source relational database, on Koyeb in one click.
Overview
PostgreSQL is an open-source object-relational database management system (ORDBMS) known for its extensibility and adherence to standards. It supports secure data storage and retrieval for a wide range of workloads, from single-machine applications to large-scale, distributed systems. Recent versions include features like replication for improved scalability and reliability.
This one-click app allows you to deploy PostgreSQL to Koyeb with one click.
Configuration
When deploying PostgreSQL on Koyeb, the following environment variables are provided and required:
Variable | Description | Default value | Required |
---|---|---|---|
POSTGRES_USER | The username for the PostgreSQL database. | koyeb | Yes |
POSTGRES_PASSWORD | The password for the PostgreSQL database. | Yes | |
POSTGRES_DB | The name of the PostgreSQL database. | koyeb | Yes |
Connecting to PostgreSQL
Once the PostgreSQL server is deployed, you can connect to the PostgreSQL instance through its private domain or public TCP proxy endpoint, which is visible on the service's overview page.