dev-resources.site
for different kinds of informations.
redis ACTION REQUIRED: Version approaching end of life
Published at
8/29/2024
Categories
heroku
rails
deployment
Author
ugifractal
Author
10 person written this
ugifractal
open
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.
heroku Article's
30 articles in total
When (Tech Service) Relationships Donβt Work Out
read article
Ferrum Doesnβt Work on Heroku?
read article
Handbook to migrate your Postgres from Heroku to Kamal
read article
Deploy your Preprod and Production Rails Application using Kamal
read article
How To Deploy Django On Heroku Using Automatic Deployment from GitHub
read article
Sherlock Holmes: The Case Of App Not Found
read article
Own Heroku Review Apps with GitHub Actions and Kamal 2
read article
Copy Config Vars from One Heroku App to Another
read article
Why Havenβt You Upgraded to HTTP/2?
read article
Leveling Up My GraphQL Skills: Real Time Subscriptions
read article
Self-hosted alternative to Heroku - Ptah.sh
read article
Bokeh an interesting data tool in python for data visualization
read article
How to implement Coolify, the self-hosted alternative to Heroku
read article
redis ACTION REQUIRED: Version approaching end of life
currently reading
Import the database from the Heroku dump
read article
Create and Connect to an Azure SQL Database on Heroku: A Step-By-Step Guide
read article
Buh-Bye Webpack and Node.js, Hello Rails and Import Maps
read article
How to Set Up Strapi and Deploy on Heroku
read article
Career Change: Corporate Ladder to Software Developer π
read article
π Corporate Ladder to Software Developer π
read article
Exploring Key Features of Heroku and AWS: A Comparative Analysis
read article
how to deploy backend
read article
Installing Playwright on Heroku for Programmatic Node.js Browser Automation
read article
5 Simple Steps to Get Your Test Suite Running in Heroku CI
read article
When You Need More Power Than a Lambda Provides
read article
Deploying NestJS Apps to Heroku: A Comprehensive Guide
read article
Heroku for ChatOps: Start and Monitor Deployments from Slack
read article
How to Setup a Project That Can Host Up to 1000 Users for Free
read article
How to Heroku: Launch Your First App Webinar
read article
Working with Heroku Logplex for Comprehensive Application Logging
read article
Featured ones: