You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Capistrano
I've got a project for which I'd like to deploy for the first time.
But I see that cap deploy:cold will run db:migration, and I'd like to
avoid having it run migrations.
How do I suppress that part of the deployment?
The db I use is not solely used by my app, and I'd like to avoid
having the migration be run on an already-existing database with live
data.
me
unread,
Nov 30, 2007, 5:43:11 PM11/30/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Capistrano
Apologies for not being thorough in my search. I see this issue was
addressed only recently on Nov. 27th.