Skip to content

Commit 06c772d

Browse files
committed
Add wal2json package
1 parent c3b3450 commit 06c772d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Debian/Dockerfile.template

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN set -xe; \
3535
"postgresql-${PG_MAJOR}-pgaudit" \
3636
"postgresql-${PG_MAJOR}-pgvector" \
3737
"postgresql-${PG_MAJOR}-pg-failover-slots" \
38+
"postgresql-${PG_MAJOR}-wal2json" \
3839
; \
3940
rm -fr /tmp/* ; \
4041
rm -rf /var/lib/apt/lists/*;

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ by adding the following software:
1313
- PGAudit
1414
- Postgres Failover Slots
1515
- pgvector
16+
- wal2json
1617

1718
Barman Cloud is distributed by EnterpriseDB under the
1819
[GNU GPL 3 License](https://github.com/EnterpriseDB/barman/blob/master/LICENSE).
@@ -26,6 +27,9 @@ Postgres Failover Slots is distributed by EnterpriseDB under the
2627
pgvector is distributed under the
2728
[PostgreSQL License](https://github.com/pgvector/pgvector/blob/master/LICENSE).
2829

30+
wal2json is distributed under the
31+
[BSD-3-Clause License](https://github.com/eulerto/wal2json/blob/master/LICENSE)
32+
2933
Images are available via
3034
[GitHub Container Registry](https://github.com/cloudnative-pg/postgres-containers/pkgs/container/postgresql).
3135

0 commit comments

Comments
 (0)