DebutDeploy / platform
Deploy an app
Home Pricing Compare providers Platform pages Migrate FAQ Status Compare my bill Deploy an app
Managed Postgres Node.js hosting Python hosting Docker hosting European PaaS

/managed-postgres.html

Managed Postgres

Production Postgres, backed up nightly, priced from $5.

Provision a managed Postgres instance in the same panel as your application, get the connection string as an environment variable, and stop being responsible for backups, patching and volume management.

EU regions · nightly backups · 7-day retention · full pg_dump export whenever you want it

Connection details are injected for you
# environment variable set automatically
DATABASE_URL=postgres://app:•••@db-fra1:5432/app
 
$ psql $DATABASE_URL -c "select version();"
PostgreSQL 16.4 on x86_64-pc-linux-gnu
 
# nightly backup, retained 7 days
backup 2026-07-27T03:00Z ok 412 MB
EnginePostgreSQL 16
Regionfra1 · Germany / hel1 · Finland
Backupsnightly, 7-day retention
Exportpg_dump, any time

What a managed instance gives you

backup03:00 UTC nightly

Automated backups

Nightly logical backups with 7-day retention as standard. Longer retention and point-in-time recovery are available on request.

credentialsinjected at deploy

No secret shuffling

The connection string is written into your service environment as an encrypted variable — never pasted into a repository or an email.

disk10 GB included

Included storage

Each tier ships with disk included and overage at $0.10/GB, so growth is a known cost rather than a surprise line item.

networkprivate by default

Not on the open internet

Databases are reachable from your own services; external access is opt-in and scoped rather than exposed by default.

exportpg_dump ready

No lock-in

It is ordinary PostgreSQL. Take a full dump whenever you like and run it anywhere — there is no proprietary layer to unpick.

opspatched for you

Maintenance handled

Minor-version patching, disk monitoring and restart handling are ours. You get told about maintenance windows, not asked to run them.

Database pricing

Databases are priced separately from compute so you only pay for what your application actually needs. Storage overage is $0.10/GB and there is no charge for connections, queries or backup storage inside retention.

See all plans and what is included →
DB Hobby256 MB RAM · 2 GB storage $5 /mo
DB Starter1 GB RAM · 10 GB storage $12 /mo
DB Prolarger instances · on request POA /mo

USD per month, ex-VAT. Checked 24 July 2026. Comparable 1 GB managed Postgres starts at $19 on Render.

Adding a database

01

Create the instance

Pick a tier and region in the panel. Provisioning takes under a minute.

New → Postgres → DB Starter · fra1

02

Attach it to a service

Attaching writes DATABASE_URL into the service environment and restarts it cleanly.

attach db → marketing-genius

03

Run your migrations

Run migrations as part of your build or as a one-off job from the panel.

npm run migrate:deploy

Database questions

PostgreSQL 16 with minor-version patching applied by us. Major-version upgrades are scheduled with you rather than applied silently.

Nightly, retained for 7 days by default. Longer retention or point-in-time recovery can be arranged on request.

Yes, external access can be enabled with scoped credentials — but it is off by default so databases are not exposed on the open internet unintentionally.

Yes. Take a full pg_dump whenever you want. It is standard PostgreSQL with no proprietary wrapper.

No. Backups inside the retention window, connection counts and query volume are all part of the instance price. Only disk beyond the included allowance is charged, at $0.10/GB.

More operational detail is on the full FAQ page.

Provision a database and point a test app at it.

You can create an instance, attach it and run your migrations before moving anything that matters.

Deploy a test application Speak to a migration engineer

Keep your existing service online while you evaluate DebutDeploy.