Loading
Rollback Installer
Hi All,

 

I would like to Rollback my installer if installation is

 

a.) Corrupted

 

b.) SQL file execution is wrong.

 

c.) installation is canceled by user

 

Question: How do we set or rollback sql executions which have been committed to database?

 

Any clues?

  • You can use triger rollback action and add rule using the exitcode of the actions you performed.

     

    For a database its always safe to take a backup before installation. Use the same rule to restore the database one step before triggering rollback (I am not sure if this is the best way).

Loading
Rollback Installer