Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy can't I db:push to Heroku?
    primarykey
    data
    text
    <p><strong>UPDATE 1</strong>: I found that I was having a few issues raised in this similar question: <a href="https://stackoverflow.com/questions/3841237/heroku-dbpull-not-working">heroku db:pull not working</a></p> <p>While I thought I had installed the <code>pg</code> gem, I guess I hadn't. I discovered this when I was testing the <code>taps push</code> command (to which I think the <code>heroku db:push</code> command aliases somehow). After following <a href="http://www.iammakingprogress.com/2011/11/24/github-and-heroku-not-so-smooth-setupinstallation/" rel="nofollow noreferrer">these instructions</a>, I had <code>addressable</code> and <code>launchy</code> installed, <code>pg</code> installed, and double-checked everything else by running <code>gem install heroku taps sequel</code>. Doing so allowed me to <code>taps push</code> correctly, but <code>db:push</code> <strong>still</strong> does not work.</p> <p>Hopefully this helps diagnose what's going on.</p> <hr> <p>I'm writing a <code>Node.js</code> app on top of Heroku's platform.</p> <p>I recently made the switch from <code>MongoDB</code> to <code>PostgreSQL</code>, and I was ready to <code>git push heroku master</code>. I read in the docs that I should do a <code>db:push</code> to sync my local database with Heroku's built-in <code>PostgreSQL</code> database. I went through the installation of several dependencies. When I finally tried to push, I got:</p> <p><code>Taps Load Error: no such file to load -- taps/operation</code></p> <p>I continually get this error that I need to install or update the <code>taps</code> gem. But I have updated to <code>0.3.23</code> and am current on <code>Heroku 2.14.0</code>.</p> <p>Any idea what's happening here?</p> <p>I <a href="https://github.com/heroku/heroku/issues/188" rel="nofollow noreferrer">filed an issue</a> and have submitted a support ticket, but I'm currently blocked on my push to production and could use some help. Plus, I'd like this to be here for posterity should anyone else encounter the same issue.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload