From 3f1ab1a59a5aab49ae65211c0029facdf030e260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Muzik=C3=A1=C5=99?= <vmuzikar@redhat.com> Date: Wed, 28 Aug 2024 15:38:53 +0200 Subject: [PATCH] Added a note on recovery MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Václav Muzikář <vmuzikar@redhat.com> --- docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc b/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc index c0c0f83aabfc..243906244828 100644 --- a/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc @@ -191,3 +191,4 @@ Starting with this release, you need to use XA datasources if you are adding add If the default datasource supports XA, you can do this by setting the `--transaction-xa-enabled=true` option. For additional datasources, you need to use the `quarkus.datasource.<your-datasource-name>.jdbc.transactions=xa` option in your `quarkus.properties` file. At most one datasource can be non-XA. +Recovery isn't supported when you don't have persistent storage for the transaction store.