Commit Graph

9 Commits

Author SHA1 Message Date
Joakim Sørensen
5416d080df Rename snapshot -> backup (#2088)
* Rename snapshot -> backup

* Update mariadb/CHANGELOG.md

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* Update deconz/CHANGELOG.md

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* Don't update version

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-03 17:38:12 +02:00
Stefan Agner
1a10f9613f Add lock capabilities during snapshot (#2063)
* Add service which locks database tables

Add an additional service which helds a lock on all database tables.
This allows to safely snapshot the database files.

* Lock database during snapshot operation

Fixes: #1353

* Update config.json

* Update CHANGELOG.md

Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2021-06-17 14:22:17 +02:00
Stefan Agner
dfc3920c87 Avoid propagation of error status on clean shutdown (#2062) 2021-06-08 13:24:07 +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
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
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
Franck Nijhof
d580606484 mariadb: Alpine 3.12, increase innodb_buffer_pool_size (#1436) 2020-07-01 11:23:19 +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