▲ 2 ▼ Upgrade to Redis 7 on Ubuntu 22.04 (alien.top) submitted 2 years ago by collimarco@alien.top [B] to c/main@selfhosted.forum 3 comments fedilink hide all child comments I have a server with Ubuntu 22.04 and comes with Redis 6.0. The Redis server is running in production. Is it possible to upgrade Redis from v6 to v7 in-place on Ubuntu 22.04? Or I need to create a new server?
[–] ElevenNotes@alien.top [B] 1 point 2 years ago container stop redis -t 120 cp -R --reflink /volumes/redis /backup/redis container pull redis:7 container start redis Profit permalink fedilink source