Skip to content

Commit

Permalink
fix(repmgr): provide missing conf.d dir (#36033)
Browse files Browse the repository at this point in the history
The upstream image was also respecting the
`/opt/bitnami/postgresql/conf.default/conf.d` path, so it must be exist.
(All `conf.d`s are empty.)

Signed-off-by: Dentrax <[email protected]>
  • Loading branch information
Dentrax authored Dec 6, 2024
1 parent 97213ca commit 07f7b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repmgr-17.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: repmgr-17
version: 5.5.0
epoch: 1
epoch: 2
description: "A lightweight replication manager for PostgreSQL"
copyright:
- license: GPL-3.0-only
Expand Down Expand Up @@ -142,6 +142,7 @@ subpackages:
mkdir -p ${{targets.contextdir}}/opt/bitnami/postgresql/conf
mkdir -p ${{targets.contextdir}}/opt/bitnami/postgresql/conf/conf.d
mkdir -p ${{targets.contextdir}}/opt/bitnami/postgresql/conf.default
mkdir -p ${{targets.contextdir}}/opt/bitnami/postgresql/conf.default/conf.d
mkdir -p ${{targets.contextdir}}/opt/bitnami/postgresql/share
mkdir -p ${{targets.contextdir}}/opt/bitnami/postgresql/tmp
mkdir -p ${{targets.contextdir}}/opt/bitnami/postgresql/logs
Expand Down

0 comments on commit 07f7b88

Please sign in to comment.