From 5d05c8f752a9a5995417a7aa7f551c61896d5a06 Mon Sep 17 00:00:00 2001 From: Paulo Fidalgo Date: Fri, 22 Nov 2024 12:16:33 +0100 Subject: [PATCH] Update README.md Fix the POSTGRESQL_PGBACKREST_CONF_FILE description as it defines the path to the pgbackrest.conf file that contains configuration directives for pgBackRest Signed-off-by: Paulo Fidalgo --- bitnami/postgresql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index bc114f573e01a..249ddea200ff4 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -269,7 +269,7 @@ docker-compose up -d | `POSTGRESQL_PGBACKREST_LOGS_DIR` | The pgbackrest logs directory | `${POSTGRESQL_PGBACKREST_VOLUME_DIR}/logs` | | `POSTGRESQL_PGBACKREST_BACKUPS_DIR` | The pgbackrest backups directory | `${POSTGRESQL_PGBACKREST_VOLUME_DIR}/backups` | | `POSTGRESQL_PGBACKREST_SPOOL_DIR` | The pgbackrest spool directory | `${POSTGRESQL_PGBACKREST_VOLUME_DIR}/spool` | -| `POSTGRESQL_PGBACKREST_CONF_FILE` | The pgbackrest spool directory | `${POSTGRESQL_DATA_DIR}/pgbackrest.conf` | +| `POSTGRESQL_PGBACKREST_CONF_FILE` | The pgbackrest configuration file | `${POSTGRESQL_DATA_DIR}/pgbackrest.conf` | | `POSTGRESQL_FIRST_BOOT` | Flag for startup (necessary for repmgr) | `yes` | | `NSS_WRAPPER_LIB` | Flag for startup (necessary for repmgr) | `/opt/bitnami/common/lib/libnss_wrapper.so` |