Rolling Back or Rewinding to a Timeflow Bookmark
- 09 Jan 2023
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Rolling Back or Rewinding to a Timeflow Bookmark
- Updated on 09 Jan 2023
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Requirements: Know the Timeflow bookmark that you want to use.
- Log into the Delphix Engine. ActionScript
ssh admin@<yourengine>
- 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
- 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?