From 71eacdc1c57ed31381cef7e3513b8fe979b27c85 Mon Sep 17 00:00:00 2001 From: Ryan Emerson Date: Fri, 22 Mar 2024 15:28:57 +0000 Subject: [PATCH] Update HA Guide now that non-XA mode is the default. Fixes #28142 Signed-off-by: Ryan Emerson --- docs/guides/server/db.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guides/server/db.adoc b/docs/guides/server/db.adoc index b9ac5c4e45..0d564562e7 100644 --- a/docs/guides/server/db.adoc +++ b/docs/guides/server/db.adoc @@ -252,7 +252,6 @@ See the <@links.server id="containers" /> {section} for details on how to build . Configure {project_name} to run with the following parameters: `db-url`:: Insert `aws-wrapper` to the regular PostgreSQL JDBC URL resulting in a URL like `+jdbc:aws-wrapper:postgresql://...+`. `db-driver`:: Set to `software.amazon.jdbc.Driver` to use the AWS JDBC wrapper. -`transaction-xa-enabled`:: Set to `false`, as the Amazon Web Services JDBC Driver does not support XA transactions. == Preparing for MySQL server