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 installer PDB a hook to avoid conflicts with upgrade jobs #732

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

APegaDavis
Copy link
Contributor

In some scenarios install charts may be deployed twice, once for install and once for upgrade. This leads to a conflict on the installer PDB which is used for both.

This PR makes the PDB a hook to avoid that conflict.

@APegaDavis APegaDavis requested a review from a team as a code owner April 9, 2024 15:34
@APegaDavis APegaDavis force-pushed the make_installer_pdb_hook branch from 046a9f7 to 80fda7f Compare April 9, 2024 15:44
Copy link
Contributor

@zitikay zitikay left a comment

Choose a reason for hiding this comment

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

I was initially thinking we'd want pre-install/pre-upgrade hooks, to ensure we delete then create to avoid conflicts, but now actually leaning back towards post-* hooks because that just means once job is done we clean up PDB, and since job is done PDB isn't really needed anymore

@APegaDavis APegaDavis merged commit 977a467 into pegasystems:master Apr 10, 2024
6 checks passed
@APegaDavis APegaDavis deleted the make_installer_pdb_hook branch April 10, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants