Skip to content

Commit

Permalink
Add wal2json
Browse files Browse the repository at this point in the history
Signed-off-by: Bulat Gafurov <[email protected]>
  • Loading branch information
paraddise committed Feb 11, 2025
1 parent 8521a64 commit 8917fdb
Show file tree
Hide file tree
Showing 3 changed files with 7 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
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update && \
"postgresql-${PG_MAJOR}-pgaudit" \
"postgresql-${PG_MAJOR}-pgvector" \
"postgresql-${PG_MAJOR}-pg-failover-slots" && \
"postgresql-${PG_MAJOR}-wal2json" \
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \
rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/*

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ following additional features:
- PGAudit
- Postgres Failover Slots
- pgvector
- wal2json
- All Locales

Standard images are identifiable by the `standard` tag in their names, such as:
Expand All @@ -84,6 +85,7 @@ These images include additional software to extend PostgreSQL functionality:
- PGAudit
- Postgres Failover Slots
- pgvector
- wal2json

The [`Debian`](Debian) folder contains image catalogs, which can be used as:
- [`ClusterImageCatalog`](https://cloudnative-pg.io/documentation/current/image_catalog/)
Expand Down Expand Up @@ -164,6 +166,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)

## Trademarks

*[Postgres, PostgreSQL and the Slonik Logo](https://www.postgresql.org/about/policies/trademarks/)
Expand Down

0 comments on commit 8917fdb

Please sign in to comment.