This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 081530966f47fa7e0f8fa5883bf76b97151d0957 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Feb 23 07:33:29 2026 +0100 Fixing upgrade docs --- src/main/asciidoc/reference-guide/howto/upgrade.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/asciidoc/reference-guide/howto/upgrade.adoc b/src/main/asciidoc/reference-guide/howto/upgrade.adoc index e6e7e8c1be..d218377fd4 100644 --- a/src/main/asciidoc/reference-guide/howto/upgrade.adoc +++ b/src/main/asciidoc/reference-guide/howto/upgrade.adoc @@ -23,8 +23,8 @@ indications below. ==== Preparation -First of all, update the existing Syncope 3.0 deployment's code / Docker images to the latest -https://cwiki.apache.org/confluence/display/SYNCOPE/Notturno[4.0 release^] available. +First of all, update the existing Syncope 4.0 deployment's code / Docker images to the latest +https://cwiki.apache.org/confluence/display/SYNCOPE/Capriccio[4.1 release^] available. Also, ensure to have a full backup of the existing database used as <<persistence,internal storage>>. @@ -119,5 +119,5 @@ are pushed to the internal storage corrections until everything runs clear; consider to restore from the backup taken above if needed, before executing the updated SQL statements again -. start the standalone process or the Jakarta EE container of Apache Syncope 1.0 Core, and watch the log files +. start the standalone process or the Jakarta EE container of Apache Syncope 4.1 Core, and watch the log files to check for any error
