-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow sending commands to add-ons #22
Comments
Hey Lee, just of curiosity, what kinds of things do you run from your dynos from the CLI?
Certainly a known defect! Unfortunately those two services have lived outside of the main Heroku API since inception. We'd like to get them pulled in to the official API, but we're still working on this objective internally. |
+1 on the What is the recommended way of getting the 'latest backup' url for a certain app? |
@abuisman Pgbackups does have an API which you can see used from with the code in https://github.com/heroku/heroku, and you should be able to procure a backup URL from it. However, this API is not guaranteed to be stable at the moment, so if you wanted to use it, we'd suggest monitoring for breakage. |
Hi @brandur! Thanks for the response! I was tasked with writing a script to transfer my Production DB to Staging every day. I ended up using the multi-buildpack. Thanks! |
+1 on the pgbackups. |
closing in favor of #47 (just to reduce duplication a bit) |
I'm a bit baffled by the following set of decisions.
heroku
gem.This forces users to use something like the Heroku buildpack: Heroku Toolbelt to run
heroku
commands on their staging server.The
platform-api
provides a partial solution by creating something that can be accessed by a rake task,, but it would be great if it allowed interactions with addons, such aspgbackups
orpgextras
.Thanks!
-Lee
The text was updated successfully, but these errors were encountered: