From f5c4472081ae14b42c4cd1143cf0b43367518591 Mon Sep 17 00:00:00 2001 From: Mike Ritter Date: Mon, 25 Feb 2019 07:16:46 -0600 Subject: [PATCH] Doc updates (#314) * Updated callback to allow user supplied role name via env variables * Updated environment var docs for PGVERSION --- ENVIRONMENT.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/ENVIRONMENT.rst b/ENVIRONMENT.rst index 040c41111..5503a2c5e 100644 --- a/ENVIRONMENT.rst +++ b/ENVIRONMENT.rst @@ -18,6 +18,7 @@ Environment Configuration Settings - **PGUSER_SUPERUSER**: username for the superuser, 'postgres' by default. - **PGPASSWORD_SUPERUSER**: a password for the superuser, 'zalando' by default - **PGPORT**: port PostgreSQL listens to for client connections, 5432 by default +- **PGVERSION**: Specifies the version of postgreSQL to reference in the bin_dir variable (/usr/lib/postgresql/PGVERSION/bin) if postgresql.bin_dir wasn't set in SPILO_CONFIGURATION - **SCOPE**: cluster name, multiple Spilos belonging to the same cluster must have identical scope. - **SSL_CERTIFICATE_FILE**: path to the SSL certificate file inside the container (by default PGHOME/server.crt), Spilo will generate one if not present. - **SSL_PRIVATE_KEY_FILE**: path to the SSL private key within the container (by default PGHOME/server.key), Spilo will generate one if not present