Improve procedure for handling open transactions (#29748)

Signed-off-by: k-tamura <ktamura.biz.80@gmail.com>
This commit is contained in:
Kohei Tamura 2024-06-13 06:21:24 +09:00 committed by GitHub
parent a161827766
commit d96967682b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ Perform the following steps before you upgrade the server.
.Procedure
. Shutdown {project_name}.
. Back up the old installation, such as configuration, themes, and so on.
. Handle any open transactions and delete the `data/tx-object-store/` transaction directory.
. If XA transaction is enabled, handle any open transactions and delete the `data/transaction-logs/` transaction directory.
. Back up the database using instructions in the documentation for your relational
database.
+