Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Debian/Dockerfile-beta.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN set -xe; \
apt-get update; \
apt-get install -y --no-install-recommends \
"postgresql-${PG_MAJOR}-pgaudit" \
"postgresql-${PG_MAJOR}-pg-repack" \
; \
rm -fr /tmp/* ; \
rm -rf /var/lib/apt/lists/*;
Expand Down
1 change: 1 addition & 0 deletions Debian/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN set -xe; \
apt-get update; \
apt-get install -y --no-install-recommends \
"postgresql-${PG_MAJOR}-pgaudit" \
"postgresql-${PG_MAJOR}-pg-repack" \
"postgresql-${PG_MAJOR}-pg-failover-slots" \
; \
rm -fr /tmp/* ; \
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ by adding the following software:

- Barman Cloud
- PGAudit
- pg_repack
- Postgres Failover Slots

Barman Cloud is distributed by EnterpriseDB under the
Expand All @@ -19,6 +20,9 @@ Barman Cloud is distributed by EnterpriseDB under the
PGAudit is distributed under the
[PostgreSQL License](https://github.com/pgaudit/pgaudit/blob/master/LICENSE).

pg_repack is distributed by EnterpriseDB under the
[BSD-3-Clause license](https://github.com/reorg/pg_repack/blob/master/COPYRIGHT).

Postgres Failover Slots is distributed by EnterpriseDB under the
[PostgreSQL License](https://github.com/EnterpriseDB/pg_failover_slots/blob/master/LICENSE).

Expand Down