Can I cancel a pending plan upgrade or downgrade for my Heroku Postgres database?

Issue

You've changed your mind on upgrading or downgrading your Heroku Postgres plan and now want to cancel the pending plan maintenance to stay on the original plan.

Resolution

You can cancel the pending maintenance associated to the plan change via the CLI by running heroku addons:upgrade or heroku addons:downgrade and specifying the original add-on.

To do so, run:

heroku addons:upgrade <postgresql-addon-name> <original-plan>

For example:

heroku addons:upgrade postgresql-colorful-12345 standard-0 -a example-app

Ask on Stack Overflow

Engage with a community of passionate experts to get the answers you need

Ask on Stack Overflow

Heroku Support

Create a support ticket and our support experts will get back to you

Contact Heroku Support