Skip to content

Commit ba90ac6

Browse files
committed
Add wal2json plugin
Signed-off-by: Bulat Gafurov <67165594+paraddise@users.noreply.github.com>
1 parent c3b3450 commit ba90ac6

File tree

11 files changed

+14
-0
lines changed

11 files changed

+14
-0
lines changed

Debian/12/bookworm/Dockerfile

Lines changed: 1 addition & 0 deletions
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/*;

Debian/12/bullseye/Dockerfile

Lines changed: 1 addition & 0 deletions
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/*;

Debian/13/bookworm/Dockerfile

Lines changed: 1 addition & 0 deletions
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/*;

Debian/13/bullseye/Dockerfile

Lines changed: 1 addition & 0 deletions
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/*;

Debian/14/bookworm/Dockerfile

Lines changed: 1 addition & 0 deletions
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/*;

Debian/14/bullseye/Dockerfile

Lines changed: 1 addition & 0 deletions
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/*;

Debian/15/bookworm/Dockerfile

Lines changed: 1 addition & 0 deletions
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/*;

Debian/15/bullseye/Dockerfile

Lines changed: 1 addition & 0 deletions
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/*;

Debian/16/bookworm/Dockerfile

Lines changed: 1 addition & 0 deletions
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/*;

Debian/16/bullseye/Dockerfile

Lines changed: 1 addition & 0 deletions
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/*;

0 commit comments

Comments
 (0)