Client Area

PostgreSQL Database

1 min read6 Apr 20265 views

In this article

  • 1Provisioning
  • 2Connection
  • 3Backups
  • 4Access

PostgreSQL Database

Every PaaS app can have a managed PostgreSQL 16 database.

Provisioning

Database is provisioned automatically when your app is created (if your plan includes it).

Connection

The DATABASE_URL environment variable is auto-injected:

postgresql://user:password@host:5432/dbname

Backups

Daily automated backups. Contact support for restore requests.

Access

No direct database access. Use your app's ORM or connection library.

Was this article helpful?

Your feedback helps us improve our documentation

Still need help? Submit a support ticket