Skip to content
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

Heroku Plan Update #2494

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Heroku Plan Update #2494

merged 1 commit into from
Oct 18, 2024

Conversation

engelhartrueben
Copy link
Collaborator

@engelhartrueben engelhartrueben commented Oct 17, 2024

Fixes # (issue)

#2484

Description

Change Heroku postgresql plan from basic to essential-0. basic was deprecated in May of 2024. Unsure of equivalency, but essential-0 is the most basic postgresql plan Heroku has to offer. This essential-0 plan is 4,000 tables, 1GB Disk Size, and 20 Conneciton limit Cost is 5$ a month max ($0.0007/hour).
Upgrading to essential-1 increases disk size to 10GB for an additional 4$.

The two other services, mailgun and redis, are still okay (even though redis is running the mini plan).

Sources:
redis: https://elements.heroku.com/addons/heroku-redis
mailgun: https://devcenter.heroku.com/articles/mailgun
postgresql: https://elements.heroku.com/addons/heroku-postgresql

"essential-0".
This plan is 4,000 tables, 1GB Disk Size, and 20 Conneciton limit
Cost is 3$ a month max ($0.0007/hour).
Upgrading to "essential-1" increases disk size to
10GB.
@mau11 mau11 changed the base branch from main to stage-main-14.1.2 October 17, 2024 17:59
@engelhartrueben engelhartrueben added the S-on deck Status (ADMINS ONLY): PR label for those that will be added to the next stage label Oct 18, 2024
@mau11 mau11 merged commit e94ad3d into stage-main-14.1.2 Oct 18, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-on deck Status (ADMINS ONLY): PR label for those that will be added to the next stage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants