From 06c772df1ad0fc9ed6a1fb01e204e55db8e86c40 Mon Sep 17 00:00:00 2001 From: Bulat Gafurov <67165594+paraddise@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:05:33 +0500 Subject: [PATCH] Add wal2json package --- Debian/Dockerfile.template | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Debian/Dockerfile.template b/Debian/Dockerfile.template index 508f94ea..b59c35c0 100644 --- a/Debian/Dockerfile.template +++ b/Debian/Dockerfile.template @@ -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/*; diff --git a/README.md b/README.md index cd24e4a7..b1081fc9 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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).