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

Optimize Upgrade process #1676

Open
jan-vcapgemini opened this issue Apr 5, 2023 · 0 comments
Open

Optimize Upgrade process #1676

jan-vcapgemini opened this issue Apr 5, 2023 · 0 comments

Comments

@jan-vcapgemini
Copy link
Collaborator

The context upgrader is splitting and after that merging the context.xml with the template.xml so it would be great to upgrade all the templates first with a TemplateConfigurationUpgrader and after that using the contextConfigurationUpgrader.

// Upgrade the context.xml to the new template-set with latest version
contextUpgraderObject.upgradeConfigurationToLatestVersion(templatesPath, BackupPolicy.NO_BACKUP);
LOG.info("context.xml upgraded successfully. {}", templatesPath);
LOG.info("Templates successfully upgraded. \n ");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant