checkpoint saves all the elements which were selected during that build. if the build is failed, we can roll back using those old elements. Would like to know where is that backup files are saved?
In the folders under \packages\WmDeployer\persist.….
I think just the data is kept here in the project name folders but the corresponding mappings might be somewhere else.
when we do the checkpoint, package components are extracted from the Target server and kept as an encrypted file in the server(where deployer is installed), the encrypter file is located in the persist folder as told by D.C.
All the bulds, mappings, checkpoints are present under the persist/project folder.
Reason I explored this location is to have multiple checkpoints. (With deployer GUI, we can have only single checkpoint to which we can do the rollback)
Now I suppose we can change the checkpoint file names as bkp, and create the fresh checkpoint. Not very sure of this approach.
Don’t understand multiple checkpoint thing. Every deployment can have two states 1. before deployment and 2. after deployment (rollback resets to before deployment state).
Do you mean multiple deployment candidates in same project, that will give you multiple checkpoints as well.
And Btw, the check points are not encrypted, its just plain archive files along with some mappinsg for rollback information.