This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-28 17:54:16 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9f2adffcca
mariadb
/
support-files
/
rpm
/
plugin-postin.sh
4 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
MDEV-14560 Extra engines enabled through additional config are not loaded on first installation RPM solution: Make all server plugins to restart the server when installed. To avoid multiple server restarts, do it only once in posttrans scriptlet. Add support for CPACK_RPM_<component>_POST_TRANS_SCRIPT_FILE
2018-09-08 19:42:53 +02:00
# request the server restart
MDEV-14560 Extra engines enabled through additional config are not loaded on first installation Use RedHat-recommended /var/lib/rpm-state/mariadb/ for restart flag. This also fixes SUSE where /var/lib/rpm-state doesn't necessarily exist.
2018-09-21 20:38:14 +02:00
mkdir -p %
{
restart_flag_dir
}
MDEV-14560 Extra engines enabled through additional config are not loaded on first installation RPM solution: Make all server plugins to restart the server when installed. To avoid multiple server restarts, do it only once in posttrans scriptlet. Add support for CPACK_RPM_<component>_POST_TRANS_SCRIPT_FILE
2018-09-08 19:42:53 +02:00
echo
> %
{
restart_flag
}
Reference in a new issue
Copy permalink