10

Is there any programmable way to manage standalone databases on Heroku Postgres? Although it provides a nice web UI for it, but it’s not programmable (at least without any hack). Heroku seems to likely provide HTTP API or such thing for it, but I couldn’t find it.

2
  • what kind of management work do you want to do specifically? Commented Feb 13, 2013 at 13:23
  • @kch Forking, following, upgrading plan and so on… Commented Feb 13, 2013 at 13:42

2 Answers 2

1

Short answer is "no". Longer answer is "hopefully in the near future, but we don't have an ETA".

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

Comments

1

Heroku Postgres has an API accessible via command-line tools as well as the simple web-based UI.

You can hack the Ruby client code as well if you feel like.

2 Comments

Unfortunately Heroku offers CLI only for database addon (for apps), and it can’t be used for standalone databases.
You are right, didn't catch that. It would be nice if Heroku provided some API support for the standalone DBs.

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.