I'm trying to push my local (Django) app to Heroku and am hitting a
wall with the database migration.  I have a local sqlite3 db, and want
to push it to the postgresql db on Heroku.

I'm using Taps v0.3.23 with the following:

heroku db:push sqlite://path/to/db --confirm my-app-name

Here's what I get in response:

Loaded Taps v0.3.23
Warning: Data in the app 'my-app-name' will be overwritten and will
not be recoverable.
Failed to connect to database:
  Sequel::DatabaseConnectionError -> SQLite3::CantOpenException: could
not open database: unable to open database file

I've spent the past hour or so Googling for results, but all the
errors seem to be related to an older version of the Taps gem that
shouldn't be around any more.

Any thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en.

Reply via email to