Rolling back or rewinding to a timeflow bookmark
Requirements: Know the Timeflow bookmark that you want to use.
Log into the Delphix Engine.
CODEssh admin@<yourengine>
Retrieve database and Timeflow information that you would like to rewind/rollback to.
CODEdelphix > ls delphix database > select "dexample" delphix database "dexample" > get currentTimeflow
Rollback/Rewind VDB.
CODEdelphix database "dexample" > rollback delphix database "dexample" rollback *> ls delphix database "dexample" rollback *> set timeflowPointParameters.type=TimeflowPointBookmark delphix database "dexample" rollback *> set timeflowPointParameters.bookmark="bookmark example" delphix database "dexample" rollback *> commit