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

Enable the use of prpcUtils.sh in the installer image #875

Open
rbogendoerfer opened this issue Feb 6, 2025 · 0 comments
Open

Enable the use of prpcUtils.sh in the installer image #875

rbogendoerfer opened this issue Feb 6, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@rbogendoerfer
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In the course of Pega upgrades it is often necessary to also update Pega frameworks and applications. This could be done through the prpcUtils, which are part of the installer image anyway (directory scripts/utils). It would be great, if the helm charts offered another upgrade mode, which allows the use of prpcUtils.

Describe the solution you'd like
I think the following solution would be really useful and relatively easy to implement:
Add a new upgradeType "prpcutils"
Add a new property prpcUtilsCommand, which allows to select the prpc functionality, e.g. "import".
Add a new property prpcUtilsArguments, which allows to configure the selected command, e.g. specify the import files "--import.archive.path /myvol/PegaCRM.jar"
Files required for an import can be passed through the custom volumes and volumeMounts, which are already supported by the installer subchart.

Describe alternatives you've considered
Of couse applications, frameworks, hotfixes, etc. can be installed through the UI or through another system with prpcUtils/prpcSvcUtils installed. However it would be great to reuse the installer container for this purpose.

@rbogendoerfer rbogendoerfer added the enhancement New feature or request label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant