Skip to content

Commit

Permalink
Add wal2json package
Browse files Browse the repository at this point in the history
  • Loading branch information
paraddise committed Dec 31, 2024
1 parent c3b3450 commit 06c772d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Debian/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -xe; \
"postgresql-${PG_MAJOR}-pgaudit" \
"postgresql-${PG_MAJOR}-pgvector" \
"postgresql-${PG_MAJOR}-pg-failover-slots" \
"postgresql-${PG_MAJOR}-wal2json" \
; \
rm -fr /tmp/* ; \
rm -rf /var/lib/apt/lists/*;
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ by adding the following software:
- PGAudit
- Postgres Failover Slots
- pgvector
- wal2json

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

wal2json is distributed under the
[BSD-3-Clause License](https://github.com/eulerto/wal2json/blob/master/LICENSE)

Images are available via
[GitHub Container Registry](https://github.com/cloudnative-pg/postgres-containers/pkgs/container/postgresql).

Expand Down

0 comments on commit 06c772d

Please sign in to comment.