Skip to content

Commit b83350e

Browse files
change heroku plan from basic (EOL as of May 2024) to
"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.
1 parent 7ce0e22 commit b83350e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
}
184184
},
185185
"addons": [
186-
"heroku-postgresql:basic",
186+
"heroku-postgresql:essential-0",
187187
{
188188
"plan": "heroku-redis:mini",
189189
"options": {

0 commit comments

Comments
 (0)