redis ACTION REQUIRED: Version approaching end of life

A few days ago, I received an email from Heroku for upgrading Redis 6.2.14 to 7.2 due to a deprecated issue.

And to follow up on this warning, I asked my client to upgrade the Redis version. Once approved, here are my steps to upgrade Redis:

I used h…


This content originally appeared on DEV Community and was authored by sugiarto

A few days ago, I received an email from Heroku for upgrading Redis 6.2.14 to 7.2 due to a deprecated issue.

And to follow up on this warning, I asked my client to upgrade the Redis version. Once approved, here are my steps to upgrade Redis:

I used heroku CLI for upgrading Redis.

Login to Heroku

heroku login

Show all apps on Heroku

heroku apps

Show current Redis version

heroku redis:info -a <APP_NAME>

Replace <APP_NAME> by your real app name.

Perform or schedule the upgrade using

heroku redis:upgrade <REDIS_NAME> --version <VERSION> -a <APP_NAME>

Replace <REDIS_NAME> by your Redis instance name, use the name from the heroku redis:info result.
replace <VERSION> by Redis's target version.

Example:

redis:upgrade redis-octagonal-30151 --version 7.2 -a super-app

You can check again using heroku redis:info to know when the upgrade would be performed by heroku.


This content originally appeared on DEV Community and was authored by sugiarto


Print Share Comment Cite Upload Translate Updates
APA

sugiarto | Sciencx (2024-08-29T02:04:31+00:00) redis ACTION REQUIRED: Version approaching end of life. Retrieved from https://www.scien.cx/2024/08/29/redis-action-required-version-approaching-end-of-life/

MLA
" » redis ACTION REQUIRED: Version approaching end of life." sugiarto | Sciencx - Thursday August 29, 2024, https://www.scien.cx/2024/08/29/redis-action-required-version-approaching-end-of-life/
HARVARD
sugiarto | Sciencx Thursday August 29, 2024 » redis ACTION REQUIRED: Version approaching end of life., viewed ,<https://www.scien.cx/2024/08/29/redis-action-required-version-approaching-end-of-life/>
VANCOUVER
sugiarto | Sciencx - » redis ACTION REQUIRED: Version approaching end of life. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/08/29/redis-action-required-version-approaching-end-of-life/
CHICAGO
" » redis ACTION REQUIRED: Version approaching end of life." sugiarto | Sciencx - Accessed . https://www.scien.cx/2024/08/29/redis-action-required-version-approaching-end-of-life/
IEEE
" » redis ACTION REQUIRED: Version approaching end of life." sugiarto | Sciencx [Online]. Available: https://www.scien.cx/2024/08/29/redis-action-required-version-approaching-end-of-life/. [Accessed: ]
rf:citation
» redis ACTION REQUIRED: Version approaching end of life | sugiarto | Sciencx | https://www.scien.cx/2024/08/29/redis-action-required-version-approaching-end-of-life/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.