Skip to content

Commit ef9d2fc

Browse files
committed
Added doc for IBX-9933
1 parent 3386a3f commit ef9d2fc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/update_and_migration/from_4.6/update_from_4.6.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,15 @@ Run the following scripts:
372372
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.6.20-to-4.6.21.sql
373373
```
374374

375-
## v4.6.22
375+
## v4.6.22 [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
376376

377-
No additional steps needed.
377+
When using MySQL or MariaDB, run the following script to ensure correct character set for activity log tables:
378+
379+
=== "MySQL"
380+
381+
``` bash
382+
mysql -u <username> -p <password> <database_name> < vendor/ibexa/installer/upgrade/db/mysql/ibexa-4.6.21-to-4.6.22.sql
383+
```
378384

379385
[[% include 'snippets/update/notify_support.md' %]]
380386

0 commit comments

Comments
 (0)