This website requires JavaScript.
Explore
Help
Sign In
smeserver
/
smeserver-mysql
Watch
6
Star
0
Fork
0
You've already forked smeserver-mysql
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
smeserver-mysql
/
root
/
etc
/
e-smith
/
events
/
actions
/
mysql-delete-db-files
4 lines
96 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
initial commit of file from CVS for smeserver-mysql on Sat Mar 23 16:06:28 AEDT 2024
2024-03-23 16:06:28 +11:00
#! /bin/sh
* 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 a tmp.d for pid file, add post action dnf script update mariadb.service.d/ content, set default to utfmb4 - mysql.user table filtering [SME: 12592] * Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme - prestart script requires daemontools bins [SME: 12566]
2025-03-08 23:59:18 -05:00
[ "$1" = "pre-restore" ] || exit 0
initial commit of file from CVS for smeserver-mysql on Sat Mar 23 16:06:28 AEDT 2024
2024-03-23 16:06:28 +11:00
cd /var/lib/mysql && find . -type f | xargs rm -f
Copy Permalink