* Sun Apr 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 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]
This commit is contained in:
parent
7d26d7368d
commit
037347ecaa
@ -14,7 +14,7 @@ do
|
|||||||
if [ -f /run/mariadb/mariadb.pid ]
|
if [ -f /run/mariadb/mariadb.pid ]
|
||||||
then
|
then
|
||||||
/bin/rm /home/e-smith/db/mysql/mysql.dump
|
/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
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo waiting for mariadb to restart
|
echo waiting for mariadb to restart
|
||||||
|
@ -2,7 +2,7 @@ Summary: Koozali SME Server specific mysql configuration and templates.
|
|||||||
%define name smeserver-mysql
|
%define name smeserver-mysql
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 14
|
%define release 15
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Apr 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-14.sme
|
* Sun Apr 20 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-15.sme
|
||||||
- set innodb_page_size=64k [SME: 12982]
|
- set innodb_page_size=64k [SME: 12982]
|
||||||
breaking change, needs backup and restore of mariadb databases
|
breaking change, needs backup and restore of mariadb databases
|
||||||
- convert mysql* bins call to mariadb-* [SME: 12983]
|
- convert mysql* bins call to mariadb-* [SME: 12983]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user