Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6772013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:29:58+00:00 2026-05-26T15:29:58+00:00

When pushing a new app to heroku, then running heroku rake db:migrate I get

  • 0

When pushing a new app to heroku, then running heroku rake db:migrate I get the following error:

heroku rake db:migrate
rake aborted!
Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (pg is not part of the bundle. Add it to Gemfile.)

Does anyone have any idea why it’s asking for postgresql? In my gemfile the only db gem I’m using is sqlite.

This app is using Devise for authentication, that’s the only gem out of the ordinary in the app’s gemfile. On a sidenote, when I attempt to follow the advice, bundler throws:

Could not find gem 'activerecord-postgresql-adapter (>= 0)' in any of the gem sources listed in your Gemfile.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T15:29:59+00:00Added an answer on May 26, 2026 at 3:29 pm

    you can’t use sqlite3 on Heroku, you have to use their Postgres or use your own external Db.

    In your gemfile do

    group :development do
     gem 'sqlite3'
    end
    
    group :production do
     gem 'pg'
    end
    

    to let you use sqlite3 locally and postgres on Heroku.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to Heroku. I tried pushing a simple test Rails 3.1.1 app to
I've set up a grouped table on my app, and pushing to new views
I have created a brand new heroku app, beforehand i deleted the old .git
Using a navigation controller, I am pushing a new view and setting the title
I merge two facebook-requests, by pushing them both into a new object. That's why
After pushing to a git repo, I got this error: [trusktr@starlancer bml]$ git push
First off I'm new at programming. I'm creating an app with one navigation bar
With Facebook's new SSO, logging into Facebook means that my app is temporarily shut
I'm pretty new to this whole deployment thing. I've deployed my app once before
I was having problems pushing data from my development db to Heroku. I decided

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.