Skip to main content
Skip table of contents

Rolling back or rewinding to a timeflow bookmark

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

  1. Log into the Delphix Engine. 

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

    CODE
    delphix > ls
    delphix database > select "dexample"
    delphix database "dexample" > get currentTimeflow
  3. Rollback/Rewind VDB.

    CODE
    delphix 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
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.