From 981b8df8b5f6467b999d223529c0025a63841c9a Mon Sep 17 00:00:00 2001 From: Vladislav Tropnikov Date: Tue, 29 Jul 2025 12:22:34 +0200 Subject: [PATCH 1/3] fix/ODM-12718 add known issue --- docs/home/release-notes/v1.60-v1.69.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/home/release-notes/v1.60-v1.69.md b/docs/home/release-notes/v1.60-v1.69.md index 3c5a4c0..912a398 100644 --- a/docs/home/release-notes/v1.60-v1.69.md +++ b/docs/home/release-notes/v1.60-v1.69.md @@ -5,6 +5,11 @@ !!! tip "" Helm chart version 1.61.0 +### Known issues + +- After the update, after about 5 minutes you have to manually restart kubernetes pods `core` and `applications` because of a bug related to the JDBC connector. +This only needs to be done once. + ### Helm configuration changes - Mailcatcher was replaced by Mailpit. The `mailcatcher` section has been removed, please use the `mailpit` configuration instead. From cc34cc74078c5063dcf02a169f1e6fa9639d5107 Mon Sep 17 00:00:00 2001 From: Vladislav Tropnikov Date: Tue, 29 Jul 2025 12:29:59 +0200 Subject: [PATCH 2/3] ODM-12718 rework --- docs/home/release-notes/v1.60-v1.69.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/home/release-notes/v1.60-v1.69.md b/docs/home/release-notes/v1.60-v1.69.md index 912a398..5141491 100644 --- a/docs/home/release-notes/v1.60-v1.69.md +++ b/docs/home/release-notes/v1.60-v1.69.md @@ -7,8 +7,9 @@ ### Known issues -- After the update, after about 5 minutes you have to manually restart kubernetes pods `core` and `applications` because of a bug related to the JDBC connector. -This only needs to be done once. +- If you encounter `Status code: 500` error while loading data, manually restart the `core` and `applications` pods in Kubernetes. +This issue is caused by a known bug in the JDBC connector. +Performing the restart once is sufficient to resolve the problem. ### Helm configuration changes From dfc1e4db7ec3873d0ff3397e7b0ad92880276923 Mon Sep 17 00:00:00 2001 From: Vladislav Tropnikov Date: Tue, 29 Jul 2025 12:31:41 +0200 Subject: [PATCH 3/3] ODM-12718 update --- docs/home/release-notes/v1.60-v1.69.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/release-notes/v1.60-v1.69.md b/docs/home/release-notes/v1.60-v1.69.md index 5141491..bda5a27 100644 --- a/docs/home/release-notes/v1.60-v1.69.md +++ b/docs/home/release-notes/v1.60-v1.69.md @@ -7,7 +7,7 @@ ### Known issues -- If you encounter `Status code: 500` error while loading data, manually restart the `core` and `applications` pods in Kubernetes. +- If you encounter a `Status code: 500` error while loading data, especially after an update, manually restart the `core` and `applications` pods in Kubernetes. This issue is caused by a known bug in the JDBC connector. Performing the restart once is sufficient to resolve the problem.