I wanted to revert back list of object for eg . i have to revert 38 objects to its previous version , DB changes in an Application . what is the best approach to revert the changes. And can we automate this step
I could think of below 2 approach.
1. take back up of previous application patch in git . and redeploy if in case of reverting .
2. using checkpoint we can revert it. not sure if that possible
Discussion posts and replies are publicly visible
Both will 'work'.
Note: data changes made outside of Appian (e.g. through Web Services or to other data store resources) will need to be managed separately with either backout. The key here is to determine what really matters in terms of data changes.