Why am I getting an error while I am trying to upgrade my Heroku Redis plan?

Issue

While you try upgrading your Heroku Redis plan using the command, heroku redis:upgrade <addon name> --version <version number> --app <appname> and you get an error stating maintenance_running Cannot upgrade at this time as another update is in progress

Resolution

Following steps helps fix the issue:

Step 1 : You'll have to check if there's any scheduled maintenance for Redis addon. Run heroku redis:info -a <appname>.

Step 2 : If you find that any schedule maintenance exists, it is recommended to run the currently scheduled maintenance first.

Step 3: To run the scheduled maintenance manually, you'll have to follow the steps mentioned here.

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