From 2510f8db6c80d3abf84673a0ae421bebde4942e2 Mon Sep 17 00:00:00 2001 From: Theresa Kamerman Date: Fri, 19 Jul 2024 15:26:55 -0700 Subject: [PATCH] Update 2.8.0 Upgrade Docs Reflects the actual envvars present in 2.8.0 Scheduler containers --- docs/upgrade-guides/2-7-1-to-2-8-0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upgrade-guides/2-7-1-to-2-8-0.md b/docs/upgrade-guides/2-7-1-to-2-8-0.md index 02f08ab..7409f6e 100644 --- a/docs/upgrade-guides/2-7-1-to-2-8-0.md +++ b/docs/upgrade-guides/2-7-1-to-2-8-0.md @@ -92,7 +92,7 @@ Below are all of the changes to the variables in our `docker-compose.yml` file i - aerie_scheduler: - removed envvars: `SCHEDULER_DB` - renamed envvars: - - `SCHEDULER_DB_SERVER` -> `AERIE_DB_HOST` + - `SCHEDULER_DB_SERVER` -> `AERIE_DB_SERVER` - `SCHEDULER_DB_PORT` -> `AERIE_DB_PORT` - `SCHEDULER_DB_USER` should now be mapped at the envvar `"${SCHEDULER_USERNAME}"` - `SCHEDULER_DB_PASSWORD` should now be mapped at the envvar `"${SCHEDULER_PASSWORD}"` @@ -102,7 +102,7 @@ Below are all of the changes to the variables in our `docker-compose.yml` file i - `SCHEDULER_WORKER_DB_USER` - `SCHEDULER_WORKER_DB_PASSWORD` - renamed envvars: - - `SCHEDULER_WORKER_DB_SERVER` -> `AERIE_DB_HOST` + - `SCHEDULER_WORKER_DB_SERVER` -> `AERIE_DB_SERVER` - `SCHEDULER_WORKER_DB_PORT` -> `AERIE_DB_PORT` - added envvars: - `SCHEDULER_DB_USER: "${SCHEDULER_USERNAME}"`