-
Log into the Delphix Engine.
ActionScriptssh admin@delphix_engine -
List Timeflows for the database that you want to rollback to.
ActionScriptde > lsde > timeflowde timeflow > ls -
Switch to the VDB you want to rollback.
ActionScriptde timeflow > cd /databasede database > lsde database > select "vdb_example" -
Use the switchTimeflow operation.
ActionScriptde database 'vdb_example' > switchTimeflowde database 'vdb_example' switchTimeflow *> set timeflow=<different timeflow>de database 'vdb_example' switchTimeflow *> commit