Choose Docker for the fastest local setup, or Linux packages for managed host installations. The generated package commands also configure the PostgreSQL dependency repositories required by DocumentDB.
Starts DocumentDB locally on port 10260 for quick evaluation and development.
| Format | Distributions | Architectures | PostgreSQL versions | Package naming |
|---|---|---|---|---|
| APT | Ubuntu 22.04/24.04, Debian 11/12 | amd64, arm64 | 16, 17, 18 (Debian 11: 16, 17) | postgresql-<pg>-documentdb |
| RPM | RHEL 8/9, Rocky, AlmaLinux, CentOS Stream | x86_64, aarch64 | 16, 17, 18 | postgresql<pg>-documentdb |
Use Package Finder above to generate the exact command for your selected target instead of scanning all combinations manually.
Debian 13 packages are published as direct .deb assets on GitHub Releases until the APT repository component is available.
Use the commands below to discover available versions before pinning. Replace <VERSION> with the version string shown by the list command (e.g. 0.109-0 for APT, 0.109.0-1.el9 for RPM).
APT — list then pin
apt-cache madison postgresql-16-documentdbsudo apt install postgresql-16-documentdb=<VERSION>RPM — list then pin
dnf --showduplicates list postgresql16-documentdbsudo dnf install postgresql16-documentdb-<VERSION>See all releases and release notes on GitHub Releases.
Individual .deb and .rpm files are attached to each release on GitHub. Recent release examples:
Swap the distribution, PostgreSQL version, architecture, and version string to match the exact asset you need.
Browse releases on GitHub →sudo apt update && apt search documentdb && apt-cache policy postgresql-16-documentdbsudo dnf clean all && dnf search documentdb && rpm -qi postgresql16-documentdbOnce DocumentDB is running, use port 10260 and follow one of these guides to make your first connection.