Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 94
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Jun 22 10:07:21 UTC 2022 - Stefan Botter <obs@botter.cc> + +- Fix PrepareMysqlBackup to start and enable mariadb.service, + needed to succeed adding users for monitoring and backup + +------------------------------------------------------------------- Fri May 20 11:55:46 UTC 2022 - Stefan Botter <obs@botter.cc> - fix typo in PrepareBrekomProxy
View file
PrepareMysqlBackup
Changed
@@ -1,18 +1,19 @@ #!/bin/bash . /usr/share/jsjinstalltools/GetVersion if ${VERSION_ID/./} -ge 120 ; then - systemctl is-active mysql.service + systemctl is-active mariadb.service + RET=$? else rcmysql status + RET=$? fi if ! -f /usr/bin/mimencode ; then zypper -n in -l metamail fi -RET=$? if $RET != 0 ; then if ${VERSION_ID/./} -ge 120 ; then - systemctl start mysql.service - systemctl enable mysql.service + systemctl start mariadb.service + systemctl enable mariadb.service else rcmysql start insserv mysql
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.