Question How should Redis Docker containers in Plesk be updated?

Azurel

Silver Pleskian
Server operating system version
AlmaLinux 8.10
Plesk version and microupdate number
18.0.79#4
Hello, I am using Redis as a Docker container managed through the Plesk Docker Extension.

I have some questions about the proper maintenance workflow:
  1. How can I see the currently installed/running Redis version in Plesk?

    The Docker container overview only shows the image "redis:latest", but not the used/actual Redis version.
    Currently, I have to connect via command line and run: docker exec -it redis redis-server --version to see the running version. Is there a place in Plesk where the actual application version inside the container is displayed?
  1. How can I see which newer Redis version is available before updating?

    Where is the recommended way to check what version this tag (latest) currently points to, and whether an update exists? I only found Redis Open Source release notes
  1. How do I correctly update Redis in Plesk?

    I tried using "Recreate" in the Docker extension, but the Redis version did not change. The container is still running Redis 8.2.2, that is very old.

What is the correct update workflow? Thanks!
 
Back
Top