diff --git a/docs/content/deployments/server/deploying-on-heroku.mdx b/docs/content/deployments/server/deploying-on-heroku.mdx index c9d2850454..9e2faad99d 100644 --- a/docs/content/deployments/server/deploying-on-heroku.mdx +++ b/docs/content/deployments/server/deploying-on-heroku.mdx @@ -77,10 +77,10 @@ If you don't have a payment method set up in your Heroku account, you'll be aske Add a Postgres add-on to your Heroku app with the following command: ```bash -heroku addons:create heroku-postgresql:hobby-basic +heroku addons:create heroku-postgresql:mini ``` -This uses Heroku Postgres's basic plan. You can check out [the available plans and pricing of Heroku Postgres on Heroku's website.](https://elements.heroku.com/addons/heroku-postgresql#pricing) +This uses Heroku Postgres's smallest plan. You can check out [the available plans and pricing of Heroku Postgres on Heroku's website.](https://elements.heroku.com/addons/heroku-postgresql#pricing) #### Redis