Bernhard Radermacher 97642e82d8 add shh for postgres
2026-02-23 09:33:59 +01:00
2026-02-20 15:07:41 +01:00
2026-02-23 09:33:59 +01:00
2026-02-23 09:33:59 +01:00
2026-02-20 17:51:31 +01:00
2026-02-23 09:33:59 +01:00
2026-02-20 09:50:23 +01:00
2026-02-20 09:50:23 +01:00

postgresrepmgr

Environment Varibles

Name Description
POSTGRES_PASSWORD mandatory This environment variable is required for you to use the PostgreSQL image. It must not be empty or undefined. This environment variable sets the superuser password for PostgreSQL.
POSTGRESQL_PORT 5432
POSTGRESQL_MAX_CONNECTIONS 100 Set the maximum amount of connections.
REPMGR_NODE_ID mandatory Replication Manager node identifier (int), must be unique within cluster.
REPMGR_NODE_NAME mandatory Replication Manager node name, must be unique within cluster.
REPMGR_NODE_LOCATION mandatory Replication Manager node location, should identify the Availability Zone
REPMGR_USERNAME repmgr Replication manager username
REPMGR_DATABASE repmgr Replication manager database
REPMGR_PASSWORD mandatory Replication manager password
Description
No description provided
Readme 177 KiB
Languages
Shell 81.6%
Dockerfile 18.4%