From 37bcadb8e360c73e2c0917f48a718bd318bba6d3 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:00:09 +0100 Subject: [PATCH] update_from_4.5.md: Add ibexa-4.5.5-to-4.5.6.sql --- .../from_4.5/update_from_4.5.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/update_and_migration/from_4.5/update_from_4.5.md b/docs/update_and_migration/from_4.5/update_from_4.5.md index b4b096f723..bec2edc6fa 100644 --- a/docs/update_and_migration/from_4.5/update_from_4.5.md +++ b/docs/update_and_migration/from_4.5/update_from_4.5.md @@ -86,6 +86,32 @@ Run the following scripts: psql < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.5.3-to-4.5.4.sql ``` +### v4.5.5 + +No additional steps needed. + +### v4.5.6 + +#### Database update + +Run the following scripts: + +=== "MySQL" + + ``` bash + mysql -u -p < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.5.5-to-4.5.6.sql + ``` + +=== "PostgreSQL" + + ``` bash + psql < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.5.5-to-4.5.6.sql + ``` + +### v4.5.7 + +No additional steps needed. + ## Update from v4.5.latest to v4.6 When you have the latest version of v4.5, you can update to v4.6.