Update HA Guide now that non-XA mode is the default. Fixes #28142

Signed-off-by: Ryan Emerson <remerson@redhat.com>
This commit is contained in:
Ryan Emerson 2024-03-22 15:28:57 +00:00 committed by Alexander Schwartz
parent 9bf131b5fb
commit 71eacdc1c5

View file

@ -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