Roll back changes by application or user (8.4)
Restore points store the rule and data instance states at significant points in time, for example, before you import an application. With Pega Platform ™ 8.4, you can opt to roll back only those changes associated with a single user or an application. Use the prpcServiceUtils tool on a running instance of Pega Platform to roll back changes to a restore point.
Edit the prpcServiceUtils.properties file to configure the scope of your rollback:
############################### ROLLBACK ##########################################
###################################################################################
# NOTE: Rollback only supports JSON results
# Rolling back to a restore point restores the state of a deployed application, including applicable all rule and data instances.
# To roll back hotfixes, use the HOTFIX MANAGER settings.
# RESTORE POINT NAME
# Name of the restore point to roll back to
rollback.restorePointName=
# ACTION
# SystemRollback - Roll back every rule and data instance with a history record.
# UserRollback - Roll back rule and data instances modified by a specific user.
# ApplicationRollback - Roll back rule and data instances in a specific application version.
rollback.action=SystemRollback
# USER NAME
# The Operator ID to use when performing UserRollback.
rollback.userName=
# APPLICATION NAME
# The application name and version to use when performing ApplicationRollback.
rollback.applicationName=
rollback.applicationVersion=
For more information, see:
Importing an application automatically creates a restore point. You can also manually create restore points at other times. For more information, see Creating a restore point .
Previous topic Expand your use of Admin Studio (8.4) Next topic Add CyberArk Enterprise Password Vault support for your database in IBM WebSphere environments (8.3)