For the record, if you're trying to run `heroku db:push` and get the following error message:
SQLite3::Database#type_translation is not defined. If you are using the sqlite3 gem, please install the sqlite3-ruby gem. (Sequel::Error) Then it seems that re-installing the heroku and taps gems will also fix the issue. Messing with the sqlite3 and sqlite3-ruby gem was mostly a dead end. Best, //Andrew On Sep 30, 3:53 am, Olivier R <[email protected]> wrote: > Once again, just update your heroku and taps gems and you'll be fine. > > On Sep 28, 4:22 pm, MSc <[email protected]> wrote: > > > > > > > > > I get the same error message when trying to pull databases from any of > > our apps running on heroku. > > > It used to work fine. Last time I pulled a DB was on friday before the > > weekend. I noticed the Problem for the first time on sunday. > > > No migrations or anything in between, rake tasks and apps run > > normally. > > > Regards, Marius > > > On Sep 28, 1:02 pm, Olivier R <[email protected]> wrote: > > > > I didn't even have the chance push it on the first try. It's the first > > > time it happens amongst all my applications. > > > Are there any other way to mirror both dbs? > > > > On Sep 28, 12:13 pm, Hemal Kuntawala <[email protected]> > > > wrote: > > > > > Did it used to work or is this your first try? How do the schemas > > > > compare? > > > > > On 28 September 2010 11:04, Olivier R <[email protected]> wrote: > > > > > > I can't upload my database: > > > > > > ---------------- > > > > > > > herokudb:push > > > > > Auto-detected local database: sqlite://db/development.sqlite3 > > > > > ! Internal server error > > > > > > ---------------- > > > > > > An idea? > > > > > > Best regards, Olivier > > > > > > -- > > > > > 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]<heroku%[email protected]> > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/heroku?hl=en. -- 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.
