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