PostgreSQL databases
You’ll create a PostgreSQL database with durable disk / storage and connection details in the dashboard.
Unsure which path to use? Start at Choose a database path. This page is the Databases path.
Before you start
- Connected cluster and an environment
- Free disk for the size you pick
Create the database
- Open Databases → create PostgreSQL.
- Select the environment.
- Set name, storage size, and resources.
- Review credentials the form shows — store them safely.
- Create and wait until status is healthy.
Connect an app
- Open the database detail page; copy host, port, database name, and user.
- Put them in the app’s variables or a shared variables group.
- Restart the app if needed, then confirm in logs.
You’re done when
- Database status is healthy.
- An app in the same cluster connects with the shown endpoint.
- Data survives an instance restart.
Turn on backups before production data.