Commit Graph

46 Commits

Author SHA1 Message Date
Mike Degatano
7c9e7e5343 Added changelog and version for privilege option (#1959)
* Added changelog and version for privilege option

* Update CHANGELOG.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2021-04-05 19:20:10 +02:00
Mike Degatano
094695aa50 Added privilege control per user/db to MariaDB (#1941)
* Added privilege control per user/db

* Fixes from feedback

* Using list config and added example
2021-04-05 13:15:11 +02:00
Christopher Nethercott
040c074e65 Correct grammatical error in MariaDB add-on description (#1944)
Should be A SQL database server as S isn't a vowel.
2021-03-29 13:52:28 +02:00
Pascal Vizeli
107585db0c Fix password schema (#1883) 2021-02-25 12:57:09 +01:00
Pascal Vizeli
b8f2079607 Fix config style for new Supervisor/Hardware (#1825)
* New Supervisor Hardware

* Update more changelogs

* fix version

* Fix boot

* fix application
2021-02-08 11:12:39 +01:00
Laszlo Magyar
1caa587fb4 Use ${MARIADB_DATA} everywhere in run script (#1776)
Co-authored-by: Laszlo Magyar <>
2021-01-25 10:57:41 +01:00
Ville Skyttä
26318df3ef *: spelling fixes (#1757) 2021-01-10 22:00:05 +01:00
DavidFW1960
38bf5c0cad Change utf8 to utf8mb4 per recent change (#1749) 2021-01-05 10:28:15 +01:00
Joakim Sørensen
8b7dc6d50f Move from azure pipelines to github action for CI (#1646)
* Move from azure pipelines to github action for CI

* pin version

* pin directly
2020-10-25 16:53:45 +01:00
iangregory
014774af6f Don't delete the mariadb.sys yser (#1450)
* Don't delete the mariadb.sys yser 

Since 10.4.13 `mysql.user` (and probably others) have a new definer `mariadb.sys` instead of `mysql.sys` that should be added to the list of users which are retained.

The Docker library has fixed their bootstrap code in https://github.com/docker-library/mariadb/pull/306 - this change applies the same fix here.

* Bump version

* Update CHANGELOG.md
2020-07-14 17:31:05 +02:00
Pascal Vizeli
2dd3a853ad Cleanup jemalloc from mariadb because it's on base image now (#1448)
* Cleanup jemalloc from mariadb because it's on base image now

* Update build.json
2020-07-13 15:18:18 +02:00
Franck Nijhof
d580606484 mariadb: Alpine 3.12, increase innodb_buffer_pool_size (#1436) 2020-07-01 11:23:19 +02:00
Franck Nijhof
2fc9822690 mariadb: Split documentation (#1311) 2020-05-11 20:00:50 +02:00
Pascal Vizeli
8971e05707 Update pipeline 2020-05-07 22:29:07 +02:00
Pascal Vizeli
bbbfa88749 Update cli & fix s6-overlay shutdown (#1219) 2020-04-12 16:08:51 +02:00
Pascal Vizeli
52175c7944 Jemalloc for mariadb (#1200)
* Jemalloc for mariadb

* Update mariadb/rootfs/etc/services.d/mariadb/run

Co-Authored-By: Franck Nijhof <git@frenck.dev>

* Add changelog

* Fix changelog

* Fix build

Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-03-30 15:21:41 +02:00
Allan Persson
8406292f63 Update README.md (#1075)
* Update README.md

Suggested change: URL pointing to recorder for Mariadb docs instead of returning to addon docs

* Update mariadb/README.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update mariadb/README.md

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-14 20:59:58 +01:00
Franck Nijhof
bd438e7570 Rewrite MariaDB add-on (#1067)
* mariadb: Pin add-on to Alpine 3.11

* mariadb: Redirect MariaDB error log to add-on logs

* mariadb: Remove grant and host options

* mariadb: Add support for the mysql service

* mariadb: Use a more secure default on install

* mariadb: Skip DNS name resolving

* mariadb: Improve integrity checks and recovery

* mariadb: Small tweaks to shell scripts

* mariadb: Tune MariaDB for lower memory usage

* mariadb: Update documentation to match changes

* mariadb: Update changelog, bump version 2.0

* mariadb: Fix log ouput redirect for non-local builds

* Close port to world

* mariadb: Fix issue with user permissions

* mariadb: Ensure we are using a proper collation set

* mariadb: Add upgrade process for internal mariadb system tables

* mariadb: Change default username from hass to homeassistant

* mariadb: Update changelog

* mariadb: Update readme

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-02-14 14:03:29 +01:00
Franck Nijhof
684e197b0e ✏️ Re-branding and updating for latest supervisor (#1047) 2020-02-05 15:25:50 +01:00
Franck Nijhof
2f80548b72 Re-branding of core add-ons (#1046)
* Re-branding of core add-ons

* Update title README

* Fix ada description

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-04 21:38:55 +01:00
Franck Nijhof
60ea13774c Add icons & logos to all add-ons (#1045) 2020-02-04 17:10:57 +01:00
Franck Nijhof
f1f67a6d67 mariadb: Collection of small improvements (#909)
* mariadb: Prettier YAML & JSON files

* mariadb: Move data files into data folder

* mariadb: Update add-on URL

* mariadb: Tweaks to documentation and changelog
2019-12-19 12:53:58 +01:00
Ville Skyttä
4342c519f6 Spelling and grammar fixes (#814) 2019-11-05 14:14:46 +01:00
Nathan W
98007086a3 Add documentation to the mariadb add-on (#809)
* Update nginx_proxy add-on to use Bashio

Closes #731

* Fixing shellcheck issues.

* Rev version number

* Use bashio::config.true where needed

* Add documentation to the mariadb add-on

fixes #728
2019-11-04 13:14:23 +01:00
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
7e30aa9622 fix path 2019-06-11 13:35:40 +02:00
Pascal Vizeli
12cadc073a Use single pipelines 2019-06-06 12:37:07 +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
ca3e9c4fda Update CHANGELOG.md 2019-03-10 20:11:43 +01:00
Pascal Vizeli
f52e0d7a60 Update branch of add-ons with armv7 (#538)
* Update branch of add-ons with armv7

* update configurator

* Fix docker file

* Update docker files

* fix image

* Update

* certbot
2019-03-10 17:09:35 +01:00
Pascal Vizeli
06c9c94f94 Remove custom_dep & update arch tags 2019-03-06 15:38:18 +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
Ville Skyttä
1292987053 Run *.png through zopflipng -m (#265) 2018-03-23 23:59:49 +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
3ce9fd504f Update Dockerfile 2017-09-25 00:02:53 +02:00
Fabian Affolter
15eb72cb60 Update description 2017-08-04 21:11:58 +02:00
Pascal Vizeli
f6f6eff2a3 Add mariadb logo 2017-08-02 23:39:11 +02:00
Pascal Vizeli
ce3ff8a91b Cleanup startup logo (#150)
* startup dhcp

* startup dnsmasq

* startup duckdns

* startup mariadb

* startup nginx

* Update config.json
2017-07-23 17:11:59 +02:00
Pascal Vizeli
21c5119c70 Update config.json 2017-07-07 00:08:02 +02:00
Pascal Vizeli
429793a14d Update config.json 2017-06-28 00:09:39 +02:00
Pascal Vizeli
ddf62eee56 Shutdown DB 2017-06-27 22:51:55 +02:00
Pascal Vizeli
0a280923a3 fix config 2017-06-27 22:26:16 +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