Requirements: Know the Timeflow bookmark that you want to use.
-
Log into the Delphix Engine.
ActionScriptssh admin@<yourengine> -
Retrieve database and Timeflow information that you would like to rewind/rollback to.
ActionScriptdelphix > lsdelphix database > select "dexample"delphix database "dexample" > get currentTimeflow -
Rollback/Rewind VDB.
ActionScriptdelphix 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