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