-
Notifications
You must be signed in to change notification settings - Fork 409
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
Bug: Deploy to Heroku Postgres Issue #2484
Comments
I believe the app.json file would need to be updated with the right Heroku Postgres plan for the quick start plan. So either essential or standard, since basic is longer available. Redis also needs to be configured to |
Hi @vcao. State Voices doesn't use Heroku, so it is great help to get feedback. I see that you have your own branch of Dispatch and have made some minor changes to your |
Thank you for that update. I attempted fixing the app.json file with the appropriate Heroku add-ons, but it won't deploy. I deployed the MoveOn.org version of Spoke about two years ago. I would appreciate any pointers to get it deployed on Heroku again. Build log:
|
#2493 fixes docker image; will look into fixing Heroku plans tomorrow. |
@vcao we are still shooting for a 10/21 patch, but if you need this up and running sooner, add:
These two changes fixes the updated plans for Heroku and the Docker image. |
@engelhartrueben with your changes and a yarn.lock update, I was able to deploy 14.1.1 to Heroku. Thanks! |
Describe the bug
The Postgres image that Spoke is trying to use on Heroku is depcreated when using deploy to production or quick start. The message reads:
We tried to create heroku-postgresql:basic, but received an error from the add-on provider. Try the request again, or log a support ticket and include this message: The basic plan has reached end-of-life. You can try again with a valid plan. See the available plans with: heroku addons:plans heroku-postgresql.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A starter or production ready Spoke deployment.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: