This documentation site is no longer maintained. For the latest Delphix product documentation, please visit help.delphix.com
Continuous Data

Rolling back or rewinding to a snapshot using timeflow

  1. Log into the Delphix Engine. 

    ActionScript
    ssh admin@delphix_engine
    
  2. List Timeflows for the database that you want to rollback to.

    ActionScript
    de > lsde > timeflowde timeflow > ls
    
  3. Switch to the VDB you want to rollback.

    ActionScript
    de timeflow > cd /databasede database > lsde database > select "vdb_example"
    
  4. Use the switchTimeflow operation.

    ActionScript
    de database 'vdb_example' > switchTimeflowde database 'vdb_example' switchTimeflow *> set timeflow=<different timeflow>de database 'vdb_example' switchTimeflow *> commit