The only way cap deploy_with_migrations would wipe your data is if you
have a pending migration that wipes your data. All
deploy_with_migrations does is (after deploying) call "rake
RAILS_ENV=production db:migrate", so you'll want to check the
migrations you have defined to see what's there.

- Jamis

On 9/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I just did a cap deploy_with_migrations while playing around with
> capistrano.  Now, all of the data in my database is wiped out.  Did I
> really just destroy all of that?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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