0

I'm trying to reset my shared database on Heroku.

I've tried the following commands:

heroku pg:reset DATABASE
heroku pg:reset SHARED_DATABASE
heroku pg:reset SHARED_DATABASE_URL
heroku pg:reset DATABASE_URL

Every time I receive the error "Resource not found" despite these being in my environment vars (heroku config) and working with my application.

Anyone know what I could be doing wrong? Thanks!

2
  • You can just do so from the website just click on this url dashboard.heroku.com/apps/THENAMEOFYOURAPP/resources then click on whatever database you have (for example Heroku Postgres :: Database) then click on settings then reset database. Commented Jun 27, 2018 at 16:02
  • You can then run rake db:migrate from the Heroku rails console. Commented Jun 27, 2018 at 16:15

1 Answer 1

1

I just got this feedback from Heroku support:

Hi, this is due to a bug in the heroku client. An updated release should be out later today >or monday.

You may want to instead take this opportunity to try out the new dev databases: https://postgres.heroku.com/blog/past/2012/4/26/heroku_postgres_development_plan/

June 08, 2012 09:47

Looks like you have to wait around or use the dev databases.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.