Hi sreid, It is not a Capistrano problem. Anyway, you need to install sqlite3 in the deploy server.
Try opening a Rails console and require sqlite3 to be sure you installed it successfully . I'm sure you didn't install well sqlite3. Regards 2011/4/11 sreid <[email protected]> > [I already posted this at capistrano.lighthouseapp.com before I found > this group.] > > I'm trying my first deploy using capistrano. I'm running from Windows, > and deploying to nginx/passenger/rails3, using git as the scm. > > It's now running quite far, but fails at the db:migrate stage, with > the error : > > no such file to load -- sqlite3 > > I've tried to setup the environment using both :default_environment > and :migrate_env, but it still fails. I also installed the sqlite gem > into the passenger gems directory. If I copy the last capistrano > command, and enter it manually in a putty ssh session, I also get the > same error message. > > Any ideas on what is causing this or how to debug it further ? > > -- > * You received this message because you are subscribed to the Google Groups > "Capistrano" group. > * To post to this group, send email to [email protected] > * To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/capistrano?hl=en > -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
