Rolling Back or Rewinding to a Snapshot Using Timeflow
- 09 Jan 2023
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Rolling Back or Rewinding to a Snapshot Using Timeflow
- Updated on 09 Jan 2023
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
- Log into the Delphix Engine. ActionScript
ssh admin@delphix_engine
- List Timeflows for the database that you want to rollback to.ActionScript
de > ls de > timeflow de timeflow > ls
- Switch to the VDB you want to rollback.ActionScript
de timeflow > cd /database de database > ls de database > select "vdb_example"
- Use the switchTimeflow operation.ActionScript
de database 'vdb_example' > switchTimeflow de database 'vdb_example' switchTimeflow *> set timeflow=<different timeflow> de database 'vdb_example' switchTimeflow *> commit
Was this article helpful?