1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Set mysql.utf8mb4 to true

This commit is contained in:
Éric Gaspar 2022-07-17 09:46:59 +02:00
parent bd99046423
commit f233e555b5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -246,6 +246,8 @@ then
exec_occ -V
if [ "$(exec_occ config:system:get mysql.utf8mb4)" != "true" ]; then
# Set the mysql.utf8mb4 config to true in config.php
exec_occ config:system:set mysql.utf8mb4 --type boolean --value="true"
exec_occ maintenance:repair
fi