docs: improve Heroku FAQ

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6427
GitOrigin-RevId: 1c4f473b31a607e85524f48dfa2b6ae6e8312d96
This commit is contained in:
Rob Dominguez 2022-10-27 04:58:56 -05:00 committed by hasura-bot
parent ce30f615a9
commit 1c8c88981e

View File

@ -69,8 +69,19 @@ to help you:
<details>
<summary>What should I do if I have a free Heroku Postgres database connected to my Hasura project?</summary>
Following Herokus announcement of deprecation of free resources, you will have to either upgrade your Heroku database
plan or move to a different database provider.
Following Herokus announcement of deprecation of free resources, you will have to either <a
href={'https://help.heroku.com/81MBEG7L/how-do-i-upgrade-from-heroku-s-free-tier-and-begin-using-paid-resources'}
>
upgrade your Heroku database plan
</a> or move to a different database provider. Heroku also appears to not be responding to questions from free-tier users.
<br />
<br />
If you have URL sync enabled via our <a href={'/latest/projects/heroku-url-sync/'}>Heroku integration</a>, you can
follow{' '}
<a href={'https://devcenter.heroku.com/articles/upgrading-heroku-postgres-databases#upgrading-with-pg-copy'}>
these steps
</a>{' '}
- <i>after</i> verifying your Heroku account with a credit card - to migrate your hobby-tier database to a paid tier.
</details>
<details>