File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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/*;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ by adding the following software:
1313- PGAudit
1414- Postgres Failover Slots
1515- pgvector
16+ - wal2json
1617
1718Barman 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
2627pgvector 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+
2933Images are available via
3034[ GitHub Container Registry] ( https://github.com/cloudnative-pg/postgres-containers/pkgs/container/postgresql ) .
3135
You can’t perform that action at this time.
0 commit comments