Commit Graph

5 Commits

Author SHA1 Message Date
Ron Miller
61a6e7cefe Disable binlogging by default (#204)
* Add binlogging caps

The default binlogging for mariadb will easily fill a modest disk after a couple of weeks on a busy instance.  This setting will limit that usage and have mariadb rotate the logs out after 1 day.

* Disable binlogging on mariadb

Binlogging will, by default, run amok on the drive and fill it.  It's also going to run a lot of write cycles to SD cards which will considerably shorten their lifespan.

* Update run.sh

* Update config.json
2017-11-29 11:52:50 +01:00
Pascal Vizeli
ddf62eee56 Shutdown DB 2017-06-27 22:51:55 +02:00
Pascal Vizeli
a7fe23e3b2 fix lint 2017-06-27 22:06:27 +02:00
Pascal Vizeli
828f821afd Finish addon 2017-06-27 21:44:25 +02:00
pvizeli
004a951580 Add mariadb addon 2017-06-27 17:59:51 +02:00