From 037347ecaa00a81a2b252d18a324fad2458cc7f7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Mon, 21 Apr 2025 22:15:41 -0400 Subject: [PATCH] * Sun Apr 20 2025 Jean-Philippe Pialasse 11.0.0-15.sme - set innodb_page_size=64k [SME: 12982] breaking change, needs backup and restore of mariadb databases - convert mysql* bins call to mariadb-* [SME: 12983] - revert [SME: 12591] --- .../templates/etc/e-smith/sql/init/00_restore_dumped_dbs | 2 +- smeserver-mysql.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs b/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs index 19a1c63..c2ecd16 100644 --- a/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs +++ b/root/etc/e-smith/templates/etc/e-smith/sql/init/00_restore_dumped_dbs @@ -14,7 +14,7 @@ do if [ -f /run/mariadb/mariadb.pid ] then /bin/rm /home/e-smith/db/mysql/mysql.dump - [ -f /home/e-smith/db/mysql/mysql.privileges.dump ] /bin/rm /home/e-smith/db/mysql/mysql.privileges.dump + [ -f /home/e-smith/db/mysql/mysql.privileges.dump ] && /bin/rm /home/e-smith/db/mysql/mysql.privileges.dump exit 0 fi echo waiting for mariadb to restart diff --git a/smeserver-mysql.spec b/smeserver-mysql.spec index d5795b7..d564669 100644 --- a/smeserver-mysql.spec +++ b/smeserver-mysql.spec @@ -2,7 +2,7 @@ Summary: Koozali SME Server specific mysql configuration and templates. %define name smeserver-mysql Name: %{name} %define version 11.0.0 -%define release 14 +%define release 15 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog -* Sun Apr 20 2025 Jean-Philippe Pialasse 11.0.0-14.sme +* Sun Apr 20 2025 Jean-Philippe Pialasse 11.0.0-15.sme - set innodb_page_size=64k [SME: 12982] breaking change, needs backup and restore of mariadb databases - convert mysql* bins call to mariadb-* [SME: 12983]