From b83350ee044f82a8f7db7bd4ac0a9638fe6e0536 Mon Sep 17 00:00:00 2001 From: Rueben Engelhart Date: Thu, 17 Oct 2024 13:28:33 -0400 Subject: [PATCH] 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. --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index f98432b9e..944532bdb 100644 --- a/app.json +++ b/app.json @@ -183,7 +183,7 @@ } }, "addons": [ - "heroku-postgresql:basic", + "heroku-postgresql:essential-0", { "plan": "heroku-redis:mini", "options": {