We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3386a3f commit ef9d2fcCopy full SHA for ef9d2fc
docs/update_and_migration/from_4.6/update_from_4.6.md
@@ -372,9 +372,15 @@ Run the following scripts:
372
psql <database_name> < vendor/ibexa/installer/upgrade/db/postgresql/ibexa-4.6.20-to-4.6.21.sql
373
```
374
375
-## v4.6.22
+## v4.6.22 [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]]
376
377
-No additional steps needed.
+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
+ ```
384
385
[[% include 'snippets/update/notify_support.md' %]]
386
0 commit comments