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

Check for backup descriptor in order to backup applications #1583

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

theghost5800
Copy link
Contributor

No description provided.

@@ -66,6 +70,22 @@ private boolean doesMtaVersionMatchToCurrentDeployment(DeployedMtaApplication de
return mtaVersionOfDeployedApplication != null && mtaVersionOfDeployedApplication.equals(mtaVersionOfCurrentDescriptor);
}

private boolean doesDeployedMtaBackupDescriptorIsMissing(ProcessContext context, DeployedMta deployedMta) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This method can be renamed to isDeployedMtaBackupDescriptorMissing.

@theghost5800 theghost5800 merged commit b3d9c42 into master Jan 28, 2025
7 checks passed
@theghost5800 theghost5800 deleted the fixRollback branch January 28, 2025 10:09
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.

2 participants