Skip to content

Commit

Permalink
Update 2.8.0 Upgrade Docs (#174)
Browse files Browse the repository at this point in the history
Reflects the actual envvars present in 2.8.0 Scheduler containers
  • Loading branch information
Mythicaeda authored Jul 19, 2024
1 parent 201050f commit 45215ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/upgrade-guides/2-7-1-to-2-8-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"`
Expand All @@ -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}"`
Expand Down

0 comments on commit 45215ef

Please sign in to comment.