From d96967682b32e015538ccdad12aef2dbd9e11bc2 Mon Sep 17 00:00:00 2001 From: Kohei Tamura Date: Thu, 13 Jun 2024 06:21:24 +0900 Subject: [PATCH] Improve procedure for handling open transactions (#29748) Signed-off-by: k-tamura --- docs/documentation/upgrading/topics/prep_migration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/upgrading/topics/prep_migration.adoc b/docs/documentation/upgrading/topics/prep_migration.adoc index c64efd5c92..b496e89cfa 100644 --- a/docs/documentation/upgrading/topics/prep_migration.adoc +++ b/docs/documentation/upgrading/topics/prep_migration.adoc @@ -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. +