Commit Graph

9 Commits

Author SHA1 Message Date
Zapfmeister
c7a017d3ba Update mariadb add-on to use Bashio #727 (#744)
* Update mariadb add-on to use Bashio #727

* Update log entries and loops

* Update change log and version

* Fixing database setup and some wording updates

* Database check replaced with bashio based check
2019-10-07 23:54:13 +02:00
Pascal Vizeli
a532023544 Fix data handling (#540) 2019-03-10 21:10:02 +01:00
Pascal Vizeli
61480978d2 Fix mariadb (#539) 2019-03-10 21:01:38 +01:00
Pascal Vizeli
e8fa8aa5c8 Update New CLI (#500)
* Update New CLI

* Fix shell

* ssh: Include hassio bash completion (#501)
2019-01-09 13:59:44 +01:00
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