From 5f95d7ebacd83bfe824616722bd95644448be81e Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 4 May 2025 19:18:33 +0200 Subject: [PATCH] Update UPDATE.sh --- version/1.2.7/UPDATE.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/version/1.2.7/UPDATE.sh b/version/1.2.7/UPDATE.sh index 63857a7d..03180373 100644 --- a/version/1.2.7/UPDATE.sh +++ b/version/1.2.7/UPDATE.sh @@ -28,3 +28,7 @@ echo "📥 Updating docker-compose.yml file for new domains.." cp /etc/openpanel/docker/compose/1.0/.env /etc/openpanel/docker/compose/1.0/127.env wget -O /etc/openpanel/docker/compose/1.0/.env https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/docker/compose/1.0/.env + +echo "" +echo "Changing collation to domains table to allow IDN characters.." +mysql -e "ALTER TABLE domains CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"