Rolling back or rewinding to a snapshot using timeflow
Log into the Delphix Engine.
ACTIONSCRIPT3ssh admin@delphix_engine
List Timeflows for the database that you want to rollback to.
ACTIONSCRIPT3de > lsde > timeflowde timeflow > ls
Switch to the VDB you want to rollback.
ACTIONSCRIPT3de timeflow > cd /databasede database > lsde database > select "vdb_example"
Use the switchTimeflow operation.
ACTIONSCRIPT3de database 'vdb_example' > switchTimeflowde database 'vdb_example' switchTimeflow *> set timeflow=<different timeflow>de database 'vdb_example' switchTimeflow *> commit