Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Scheduler containers use the correct Envvar #1511

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

Mythicaeda
Copy link
Contributor

@Mythicaeda Mythicaeda commented Jul 19, 2024

Description

It now matches our docs, our docker containers, and is in sync with the rest of Aerie.

Flagged as "breaking" as this may impact customer deployments.

Verification

Manually verified the correct envvar is now being used.

Documentation

This change will need to be called out in our upgrade docs, but the rest of our docs already assumed that the envvar was called this.

Sister PR to update the v2.8.0 upgrade docs is here

@Mythicaeda Mythicaeda added the breaking change A change that will require updating downstream code label Jul 19, 2024
@Mythicaeda Mythicaeda self-assigned this Jul 19, 2024
@Mythicaeda Mythicaeda requested a review from a team as a code owner July 19, 2024 22:31
@Mythicaeda Mythicaeda requested review from cohansen and jmdelfa July 19, 2024 22:31
Copy link
Collaborator

@dandelany dandelany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM, grepped the codebase & confirmed there are no other usages of AERIE_DB_SERVER. I'll mention this in the 2.16.0 upgrade guide.

It now matches our docs, our docker containers, and is in sync with the rest of Aerie
@Mythicaeda Mythicaeda force-pushed the fix/scheduler-db-envvar branch from 0796cd0 to 5a5cc9a Compare July 23, 2024 00:21
@Mythicaeda Mythicaeda merged commit 7b13d58 into develop Jul 23, 2024
6 checks passed
@Mythicaeda Mythicaeda deleted the fix/scheduler-db-envvar branch July 23, 2024 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change A change that will require updating downstream code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade docs give incorrect env var name for db host in aerie-scheduler
2 participants