Caprover logo
Caprover one-click apps browser
PostgreSQL logo
PostgreSQL
The PostgreSQL object-relational database system provides reliability and data integrity
Official integration
Created - Last update

PostgreSQL, often simply Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data, securely and supporting best practices, and retrieve it later, as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet). It can handle workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users.

Deployed services
postgres
postgres:$$cap_postgres_version
  • postgres-data:/var/lib/postgresql/data
always
4
Variables

Version

Default: 14.5

$$cap_postgres_version
Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags

Username

Default: postgres

$$cap_pg_user

Password

Default: $$cap_gen_random_hex(16)

$$cap_pg_pass

Default Database

Default: postgres

$$cap_pg_db

Optional Arguments

Default: undefined

$$cap_pg_initdb_args
Arguments will be appended to `postgres initdb`. Example: `--data-checksums`.
© 2025, Built with Gatsby - Source code available on GitHub