22
33Fast and simple installation of DocumentDB extension for PostgreSQL.
44
5- ** Supported PostgreSQL Versions:** 15, 16, 17
5+ ** Supported PostgreSQL Versions:** 16, 17, 18
66
77## Install Commands
88
@@ -52,7 +52,7 @@ You can install either the latest version or pin to a specific DocumentDB versio
5252sudo apt install postgresql-16-documentdb
5353
5454# Pin to specific version (won't auto-update)
55- sudo apt install postgresql-16-documentdb=0.107 -0
55+ sudo apt install postgresql-16-documentdb=0.109 -0
5656
5757# List all available versions
5858apt-cache madison postgresql-16-documentdb
@@ -64,7 +64,7 @@ apt-cache madison postgresql-16-documentdb
6464sudo dnf install postgresql16-documentdb
6565
6666# Pin to specific version (won't auto-update)
67- sudo dnf install postgresql16-documentdb-0.107 .0-1.el9
67+ sudo dnf install postgresql16-documentdb-0.109 .0-1.el9
6868
6969# List all available versions
7070dnf --showduplicates list postgresql16-documentdb
@@ -249,24 +249,18 @@ https://documentdb.github.io/
249249```
250250https://documentdb.io/
251251└── packages/ # All packages (direct download)
252- # DEB packages (version 0.107-0)
253- ├── postgresql-15-documentdb_0.107-0_amd64.deb
254- ├── postgresql-15-documentdb_0.107-0_arm64.deb
255- ├── postgresql-15-documentdb-dbgsym_0.107-0_amd64.deb
256- ├── postgresql-15-documentdb-dbgsym_0.107-0_arm64.deb
257- ├── postgresql-16-documentdb_0.107-0_amd64.deb
258- ├── postgresql-16-documentdb_0.107-0_arm64.deb
259- ├── postgresql-16-documentdb-dbgsym_0.107-0_amd64.deb
260- ├── postgresql-16-documentdb-dbgsym_0.107-0_arm64.deb
261- ├── postgresql-17-documentdb_0.107-0_amd64.deb
262- ├── postgresql-17-documentdb_0.107-0_arm64.deb
263- ├── postgresql-17-documentdb-dbgsym_0.107-0_amd64.deb
264- ├── postgresql-17-documentdb-dbgsym_0.107-0_arm64.deb
265- # RPM packages (version 0.107.0-1) - x86_64 only
266- ├── postgresql16-documentdb-0.107.0-1.el8.x86_64.rpm
267- ├── postgresql16-documentdb-0.107.0-1.el9.x86_64.rpm
268- ├── postgresql17-documentdb-0.107.0-1.el8.x86_64.rpm
269- └── postgresql17-documentdb-0.107.0-1.el9.x86_64.rpm
252+ # Example DEB packages (version 0.109-0)
253+ ├── deb11-postgresql-16-documentdb_0.109-0_amd64.deb
254+ ├── deb11-postgresql-16-documentdb_0.109-0_arm64.deb
255+ ├── deb12-postgresql-17-documentdb_0.109-0_amd64.deb
256+ ├── deb12-postgresql-17-documentdb_0.109-0_arm64.deb
257+ ├── ubuntu22.04-postgresql-18-documentdb_0.109-0_amd64.deb
258+ ├── ubuntu24.04-postgresql-18-documentdb_0.109-0_arm64.deb
259+ # Example RPM packages (version 0.109.0-1) - x86_64 and aarch64
260+ ├── rhel8-postgresql16-documentdb-0.109.0-1.el8.x86_64.rpm
261+ ├── rhel8-postgresql16-documentdb-0.109.0-1.el8.aarch64.rpm
262+ ├── rhel9-postgresql18-documentdb-0.109.0-1.el9.x86_64.rpm
263+ └── rhel9-postgresql18-documentdb-0.109.0-1.el9.aarch64.rpm
270264```
271265
272266## Direct Downloads
@@ -278,15 +272,15 @@ https://documentdb.io/
278272## Package Naming Convention
279273
280274### DEB Packages
281- - Format: ` postgresql-{PG_VERSION}-documentdb_{DOCUMENTDB_VERSION}_arch.deb `
282- - Example: ` postgresql-16-documentdb_0.107 -0_amd64.deb `
283- - Debug symbols: ` postgresql-{PG_VERSION}-documentdb-dbgsym_{DOCUMENTDB_VERSION}_arch.deb `
275+ - Format: ` {distribution}- postgresql-{PG_VERSION}-documentdb_{DOCUMENTDB_VERSION}_arch.deb`
276+ - Example: ` ubuntu22.04- postgresql-16-documentdb_0.109 -0_amd64.deb`
277+ - Debug symbols: ` {distribution}- postgresql-{PG_VERSION}-documentdb-dbgsym_{DOCUMENTDB_VERSION}_arch.deb`
284278
285279### RPM Packages
286- - Format: ` postgresql{PG_VERSION}-documentdb-{DOCUMENTDB_VERSION}.el{RHEL_VERSION}.arch.rpm `
287- - Example: ` postgresql16-documentdb-0.107 .0-1.el9.x86_64.rpm `
280+ - Format: ` rhel{RHEL_VERSION}- postgresql{PG_VERSION}-documentdb-{DOCUMENTDB_VERSION}-1 .el{RHEL_VERSION}.arch.rpm`
281+ - Example: ` rhel9- postgresql16-documentdb-0.109 .0-1.el9.x86_64.rpm`
288282
289283## Release Information
290284
291285The repository includes a ` release-info.json ` file with metadata about available packages:
292- - https://documentdb.io/packages/release-info.json
286+ - https://documentdb.io/packages/release-info.json
0 commit comments