From 08815ac98810f0c4737ff7370b2b78c50b909c2f Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Thu, 5 Mar 2020 19:13:05 +0100 Subject: #959: Installer copies the new MySQL configuration template to enable the event scheduler automatically. --- installer/opengnsys_installer.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'installer') diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 6c7c89c3..354cfdbd 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -217,6 +217,7 @@ case "$OSDISTRIB" in INETDSERV=xinetd INETDCFGDIR=/etc/xinetd.d MYSQLSERV=mysql + MYSQLCFGDIR=/etc/mysql/mysql.conf.d MARIADBSERV=mariadb PHPFPMSERV=php-fpm RSYNCSERV=rsync @@ -1743,6 +1744,8 @@ INSTVERSION=$(jq -r '.version' $INSTALL_TARGET/doc/VERSION.json) # Instalar base de datos de OpenGnsys Admin. isInArray notinstalled "mysql-server" || isInArray notinstalled "mariadb-server" if [ $? -eq 0 ]; then + # Copiar plantilla de configuración de MySQL. + cp $WORKDIR/opengnsys/server/etc/mysqld-og.conf $MYSQLCFGDIR 2>/dev/null # Habilitar gestor de base de datos (MySQL, si falla, MariaDB). service=$MYSQLSERV $ENABLESERVICE -- cgit v1.2.3-18-g5258