[Capistrano] Re: Database Carrying Over

2008-06-28 Thread BackVerse
> > - Jamis > > P.S. Note that if you ever add another server, using a sqlite database   > will bite you pretty badly, because each server will be looking at its   > own copy of the database. It's probably best to just bite the bullet   > and learn how to use mysql

[Capistrano] Re: Database Carrying Over

2008-06-27 Thread BackVerse
the effort swtiching dbs when all you need > to do is setup a persistent "shared" folder for your sqllite db? > > > > On Fri, Jun 27, 2008 at 9:19 PM, BackVerse <[EMAIL PROTECTED]> wrote: > > > I think the main thing is I need for cap deploy to carry over my &

[Capistrano] Re: Database Carrying Over

2008-06-27 Thread BackVerse
res is a fine DB for the more experienced db programmer. > mysql works great too. > > (I've only tried RoR with mysql). > > If you need transaction support and more advanced db features, go with > postgres. > > > > On Fri, Jun 27, 2008 at 9:08 PM, BackVerse <

[Capistrano] Re: Database Carrying Over

2008-06-27 Thread BackVerse
Jamis > > On Jun 27, 2008, at 9:14 PM, Anthony Ettinger wrote: > > > > > On Fri, Jun 27, 2008 at 8:08 PM, BackVerse <[EMAIL PROTECTED]>   > > wrote: > > >> Hello! > > >> I just started using Capistrano and on my VPS I ran the following: > &g

[Capistrano] Database Carrying Over

2008-06-27 Thread BackVerse
Hello! I just started using Capistrano and on my VPS I ran the following: cap deploy:setup cap deploy:cold And that setup my application and ran the migrations, so it ran fine. However, now, when I run this command: cap deploy The databases are not being carried over along with their populat