From d7e7e4823cbe2246a4a6d1e76919c3cc578b46bb Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sat, 29 Apr 2023 03:02:16 +0200 Subject: [PATCH] refactor(zabbixserver): Directly link to PostgreSQL initialization script --- zabbixserver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbixserver/README.md b/zabbixserver/README.md index 580fead..f42f14c 100644 --- a/zabbixserver/README.md +++ b/zabbixserver/README.md @@ -67,7 +67,7 @@ docker compose --file "${COMPOSE_FILE}" --env-file "${COMPOSE_ENV_FILE}" up ``` Example data you're going to want to physically place on your deployment machine. SSL certs and keys are blank files each of which has the exact same name used in env file `fqdn_context.env.example`. - A PostgreSQL initialization script - when this container is run on a completely empty data directory - will create an additional read-only user `ZBX_DB_USERNAME_RO` with password `ZBX_DB_USERNAME_PW`. The example's intended to grant a Grafana daemon direct PostgreSQL database read access. + In [postgres/config/docker-entrypoint-initdb.d](build-context/docker-data/postgres/config/docker-entrypoint-initdb.d) a PostgreSQL initialization script - when this container is run on a completely empty data directory - will create an additional read-only user `ZBX_DB_USERNAME_RO` with password `ZBX_DB_USERNAME_PW`. The example's intended to grant a Grafana daemon direct PostgreSQL database read access. # Upgrade an existing repo