* Fri Mar 07 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-9.sme

- upgrade to support mariadb 11.4 [SME: 12930]
  move mariadb-upgrade to mysql.init unit, remove duplicate in 00_restore_dumped_dbs and 10mysql_upgrade
  add our tmp.d
  add post action dnf script
  update mariadb.service.d/  content
  set default to utfmb4
- TODO mysql.dump filtering [SME: 12592]
- TODO feedback plugin [SME: 12897]

* Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
- prestart script requires daemontools bins [SME: 12566]
This commit is contained in:
2025-03-07 22:32:45 -05:00
parent 34effb2c39
commit afcd41481e
11 changed files with 57 additions and 31 deletions

View File

@@ -41,7 +41,6 @@ foreach (qw(
# Move all database dumps except for mysql.dump to sql/init
event_link("mysql-load-tables", $event, "40");
templates2events("/etc/e-smith/sql/init/10mysql_upgrade", $event);
#--------------------------------------------------
@@ -70,7 +69,6 @@ safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/mysql.in
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/rsyslog");
# Move all database dumps except for mysql.dump to sql/init
event_link("mysql-load-tables", $event, "40");
templates2events("/etc/e-smith/sql/init/10mysql_upgrade", $event);
templates2events("/etc/rsyslog.conf", $event);
# systemd-specific action mandatory for this package-update event