Open
Description
Name and Version
bitnami/postgres-repmgr:16.0.0
What architecture are you using?
None
What steps will reproduce the bug?
- Follow the guide "Using a Docker Compose file" on "https://hub.docker.com/r/bitnami/postgresql-repmgr" to start a single postgres server using docker compose
- See that "/opt/bitnami/repmgr/conf/repmgr.conf" contains configuration of the node
- Restart the container
- See that "/opt/bitnami/repmgr/conf/repmgr.conf" content is now duplicated
For each restart of the container the repmgr.conf
gets populated with the same configuration
In some cases (can't reproduce consistently) a lot of "NUL" characters are added to the config file
What is the expected behavior?
That replication manager config is only populated once - and the container supports restarts
What do you see instead?
Duplicated config data
Additional information
No response