From 3a0c5630e3e6eeb41f557722688cc01d746091c8 Mon Sep 17 00:00:00 2001 From: Jacek Foremski Date: Wed, 23 May 2018 14:39:10 +0200 Subject: [PATCH] EZP-29110: Change from UTF8 to UTF8MB4: Add information about update script for DFS (#287) --- docs/releases/updating_ez_platform.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/releases/updating_ez_platform.md b/docs/releases/updating_ez_platform.md index 3466ee38d2..de90453744 100644 --- a/docs/releases/updating_ez_platform.md +++ b/docs/releases/updating_ez_platform.md @@ -248,6 +248,12 @@ These steps are only relevant for some releases: mysql -u -p < vendor/ezsystems/ezpublish-kernel/data/update/mysql/dbupdate-7.1.0-to-7.2.0.sql ``` + If you use DFS, also execute the following database update script: + + ``` bash + mysql -u -p < vendor/ezsystems/ezpublish-kernel/data/update/mysql/dbupdate-7.1.0-to-7.2.0-dfs.sql + ``` + Be aware that these upgrade statements may fail due to index collisions. This is because the indexes have been shortened, so duplicates may occur. If that happens, you must remove the duplicates manually, and then repeat the statements that failed.