From 1c8c88981eaf136f4f333dc463f19c2c83c51369 Mon Sep 17 00:00:00 2001 From: Rob Dominguez Date: Thu, 27 Oct 2022 04:58:56 -0500 Subject: [PATCH] docs: improve Heroku FAQ PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6427 GitOrigin-RevId: 1c4f473b31a607e85524f48dfa2b6ae6e8312d96 --- .../connect-db/cloud-databases/heroku.mdx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/docs/databases/connect-db/cloud-databases/heroku.mdx b/docs/docs/databases/connect-db/cloud-databases/heroku.mdx index ad7a4e22a75..498581144d2 100644 --- a/docs/docs/databases/connect-db/cloud-databases/heroku.mdx +++ b/docs/docs/databases/connect-db/cloud-databases/heroku.mdx @@ -69,8 +69,19 @@ to help you:
What should I do if I have a free Heroku Postgres database connected to my Hasura project? - Following Heroku’s announcement of deprecation of free resources, you will have to either upgrade your Heroku database - plan or move to a different database provider. + Following Heroku’s announcement of deprecation of free resources, you will have to either + upgrade your Heroku database plan + or move to a different database provider. Heroku also appears to not be responding to questions from free-tier users. +
+
+ If you have URL sync enabled via our Heroku integration, you can + follow{' '} + + these steps + {' '} + - after verifying your Heroku account with a credit card - to migrate your hobby-tier database to a paid tier.