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:
parent
bd99046423
commit
f233e555b5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue