Skip to content

Commit

Permalink
Upgrade to New Heroku Plan (#624)
Browse files Browse the repository at this point in the history
As announced on May 1, 2024, Heroku Postgres mini and basic plans will
reach end-of-life (EOL) on May 22, 2024.
Heimdall was using heroku-postgresql:mini.

Make the necessary changes in the app.json, update to the new Essential
plan to:
heroku-postgresql:mini → heroku-postgresql:essential-0
  • Loading branch information
georgedias authored May 17, 2024
2 parents 22ce8a2 + 979ed2f commit 8fb6493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"environments": {
"review": {
"addons": ["heroku-postgresql:hobby-basic"]
"addons": ["heroku-postgresql:essential-0"]
}
}
}

0 comments on commit 8fb6493

Please sign in to comment.