Rolling Back or Rewinding to a Timeflow Bookmark
  • 09 Jan 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Rolling Back or Rewinding to a Timeflow Bookmark

  • Dark
    Light
  • PDF

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 > ls
    delphix database > select "dexample"
    delphix database "dexample" > get currentTimeflow
  3. Rollback/Rewind VDB.
    ActionScript
    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

Was this article helpful?