Is there a PDM Template to roll back to a pre-deployment Restore Point?
When execute PDM API, it generates a Rest Point before importing the Product being deployed.
Looking through the Pega Documentation, the only way to run the Restore Point is to use the prpcserviceutil.
Can PDM do the same? PDM could save the RP as part of the archive, to be able to revert if required.
Or do I need to have PDM call a Jenkins Job with the specific RP and Database Configuration, which calls prpcserviceutil (this seems awkward and prone to mistakes).