From d7ce44a1b9d408c1b72982b7259cf6e71195b424 Mon Sep 17 00:00:00 2001 From: Ino de Bruijn Date: Tue, 21 Jan 2025 15:21:56 -0500 Subject: [PATCH] minor change to 6.0.24 migration text --- docs/Migration-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Migration-Guide.md b/docs/Migration-Guide.md index 4af57c8fa6f..06496997b8e 100644 --- a/docs/Migration-Guide.md +++ b/docs/Migration-Guide.md @@ -5,7 +5,7 @@ This page describes various changes deployers will need to make as they deploy n ## v6.0.23 -> v6.0.24 - Redis HTTP Session: - - As part of release [v6.0.24](https://github.com/cBioPortal/cbioportal/releases/tag/v6.0.24), Spring Boot has been upgraded to v3.4. If you are running multiple instance of cBioPortal and those instances use Redis for HTTP Sessions, clear and restart the sessions after upgrading your portals to v6.0.24. + - As part of release [v6.0.24](https://github.com/cBioPortal/cbioportal/releases/tag/v6.0.24), Spring Boot has been upgraded to v3.4 which includes some changes to HTTP sessions. It won't affect most standard single-node deployments of cBioPortal, but if you are running multiple replicas and use Redis to manage HTTP sessions, you will need to clear and restart the Redis session server after upgrading your portal. ## v5 -> v6