Skip to main content
Skip table of contents

Rolling back or rewinding to a snapshot from a VDB

  1. Log into the Delphix Engine. 

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

    CODE
    de > ls
    de > timeflow
    de timeflow > ls
  3. Switch to the VDB you want to rollback.

    CODE
    de timeflow > cd /database
    de database > ls
    de database > select "vdb_example"
  4. Rollback VDB using the VDB rollback function (note this can also be done in the GUI).

    CODE
    de database 'vdb_example' > rollback
    de database 'vdb_example' rollback *> set timeflowPointParameters.container=
    de database 'vdb_example' rollback *> set timeflowPointParameters.location=
    de database 'vdb_example' rollback *> commit
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.