Skip to content

Commit

Permalink
EZP-29110: Change from UTF8 to UTF8MB4: Add information about update …
Browse files Browse the repository at this point in the history
…script for DFS (#287)
  • Loading branch information
natanael89 authored and MagdalenaZuba committed May 23, 2018
1 parent eb0764b commit 3a0c563
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/releases/updating_ez_platform.md
Expand Up @@ -248,6 +248,12 @@ These steps are only relevant for some releases:
mysql -u <username> -p <password> <database_name> < 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 <username> -p <password> <dfs_database_name> < 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.
Expand Down

0 comments on commit 3a0c563

Please sign in to comment.