Hello,
i'm just looking for a solution to rollback my app after a migration
failed.

I'd like to run the migration with every deploy command. but if the
migration fails, i'd like to rollback to the last version before the
migration.

can i do a "dry run" to check if the migration is ok? or do i have to
deploy the application, call the migration and if the migration fails
rollback the whole thing?

how can i determine if the migration failed? just tried with an
transaction but i think i missunderstand there something.

regards


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to