Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 60
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Jun 2 10:42:37 UTC 2017 - obs@botter.cc + +- add --routines --triggers to PrepareMysqlBackup crontab entry + +------------------------------------------------------------------- Mon Jan 2 11:03:54 UTC 2017 - obs@botter.cc - PrepareApacheConfig: make "s"host configurable
View file
PrepareMysqlBackup
Changed
@@ -24,7 +24,7 @@ PASSWRD=$(dd if=/dev/urandom count=14 bs=1 | mimencode | cut -c3-18) # add crontab entry to dump all databases to /srv/backup/mysql.dump -( crontab -l; echo "0 5 * * * /usr/bin/mysqldump -u mysqlbackup -p$PASSWRD -A --add-drop-database > /srv/backup/mysql.dump" ) | egrep -v "^#" | crontab - +( crontab -l; echo "0 5 * * * /usr/bin/mysqldump -u mysqlbackup -p$PASSWRD -A --add-drop-database --routines --triggers > /srv/backup/mysql.dump" ) | egrep -v "^#" | crontab - # create mysql backup directory mkdir -p /srv/backup
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
.