Note that there are some explanatory texts on larger screens.

plurals
  1. POMigrating from a Shared Database to Heroku Postgres /
    text
    copied!<p>ON MAC OS X 1.7.2</p> <p>I tried following the instructions <a href="https://devcenter.heroku.com/articles/migrating-from-shared-database-to-heroku-postgres" rel="nofollow">https://devcenter.heroku.com/articles/migrating-from-shared-database-to-heroku-postgres</a> </p> <p>So I tried running the command on my-app:</p> <pre><code>$ heroku addons:add heroku-postgresql:dev -a my-app -----&gt; Adding heroku-postgresql:dev to test-biowatts... failed ! You're running an outdated version of the Heroku gem/toolbelt that cannot perform the requested action. Please update your client and try again. </code></pre> <p>So I tried to update Heroku</p> <pre><code>$ heroku update ! update is not a heroku command. See 'heroku help'. </code></pre> <p>Where</p> <pre><code>$ heroku version heroku-gem/2.4.0 </code></pre> <p>QUESTION UPDATE 1 - Heroku update now gives a different message</p> <pre><code>$ heroku update ! `heroku update` is only available from Heroku Toolbelt. ! Download and install from https://toolbelt.heroku.com </code></pre> <p>so I downloaded and installed toolbelt but the heroku update still gives the same message</p> <p>QUESTION UPDATE 2 - Removed heroku installed TOOLBELT - RESOLVED</p> <pre><code>sudo rm -rf /usr/local/heroku sudo rm -rf /usr/bin/heroku gem uninstall heroku </code></pre> <p>then installed <a href="https://toolbelt.heroku.com/" rel="nofollow">https://toolbelt.heroku.com/</a> </p> <p>Restarted terminal</p> <p>AND IT WORKED!</p> <p>Cheers, </p> <p>joel</p>
 

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