This documentation site is no longer maintained. For the latest Delphix product documentation, please visit help.delphix.com
Continuous Data

Rolling back or rewinding to a timeflow bookmark

Requirements: Know the Timeflow bookmark that you want to use.

  1. Log into the Delphix Engine. 

    ActionScript
    ssh admin@<yourengine>
    
  2. Retrieve database and Timeflow information that you would like to rewind/rollback to.

    ActionScript
    delphix > lsdelphix database > select "dexample"delphix database "dexample" > get currentTimeflow
    
  3. Rollback/Rewind VDB.

    ActionScript
    delphix 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