From f515f2e9e0e59496f9ef27b45c869de44868ed69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Thu, 27 Aug 2026 14:20:25 +0200 Subject: [PATCH 1/2] Add Update Guide disclaimer --- docs/update_and_migration/from_5.0/update_from_5.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/update_and_migration/from_5.0/update_from_5.0.md b/docs/update_and_migration/from_5.0/update_from_5.0.md index 290b26846f..ed0382b676 100644 --- a/docs/update_and_migration/from_5.0/update_from_5.0.md +++ b/docs/update_and_migration/from_5.0/update_from_5.0.md @@ -483,6 +483,11 @@ No additional steps needed for [[= product_name =]], but the [MCP Servers LTS Up No additional steps needed for [[= product_name =]]. +!!! note "Database upgrade scripts" + + The `vendor/ibexa/installer/upgrade/db` contains database update scripts. + You do not need to run them, they are part of the Translation management LTS Update [configuration procedure](https://doc.ibexa.co/en/5.0/multisite/translations_management/configure_translations_management/#modify-database-schema). + ## LTS Updates and additional packages [LTS Updates](editions.md#lts-updates) are standalone packages with their own update procedures. From 7cf6384bf8a4b8ec91032bbc275127a39e648caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:52:08 +0200 Subject: [PATCH 2/2] Apply reviewer comments --- docs/update_and_migration/from_5.0/update_from_5.0.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/update_and_migration/from_5.0/update_from_5.0.md b/docs/update_and_migration/from_5.0/update_from_5.0.md index ed0382b676..8eed969fff 100644 --- a/docs/update_and_migration/from_5.0/update_from_5.0.md +++ b/docs/update_and_migration/from_5.0/update_from_5.0.md @@ -485,8 +485,9 @@ No additional steps needed for [[= product_name =]]. !!! note "Database upgrade scripts" - The `vendor/ibexa/installer/upgrade/db` contains database update scripts. - You do not need to run them, they are part of the Translation management LTS Update [configuration procedure](https://doc.ibexa.co/en/5.0/multisite/translations_management/configure_translations_management/#modify-database-schema). + The `vendor/ibexa/installer/upgrade/db` contains the `ibexa-5.0.9-to-5.0.10.sql` database update script. + You don't need to run it. + The tables added by the script are required only by the [Translation Management LTS update](https://doc.ibexa.co/en/5.0/multisite/translations_management/translations_management/) and adding them is part of its [configuration procedure](https://doc.ibexa.co/en/5.0/multisite/translations_management/configure_translations_management/#modify-database-schema). ## LTS Updates and additional packages