Files
addons/mariadb/CHANGELOG.md
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

1.1 KiB

Changelog

2.4.0

  • Add lock capabilities during snapshot

2.3.0

  • Option to grant user specific privileges for a database

2.2.2

  • Update options schema for passwords

2.2.1

  • Don't delete the mariadb.sys user, it's needed in MariaDB >= 10.4.13

2.2.0

  • Upgrade Alpine Linux to 3.12
  • Increase innodb_buffer_pool_size to 128M

2.1.2

  • Fix S6-Overlay shutdown timeout

2.1.0

  • Migrate to S6-Overlay
  • Use jemalloc for faster database memory management

2.0.0

  • Pin add-on to Alpine Linux 3.11
  • Redirect MariaDB error log to add-on logs
  • Remove grant & host options
  • Add support for the mysql service
  • Use a more secure default on install
  • Skip DNS name resolving
  • Improve integrity checks and recovery
  • Tune MariaDB for lower memory usage
  • Close port 3306 by default
  • Ensure a proper collation set is used
  • Adds database upgrade process during startup
  • Change default configuration username from "hass" to "homeassistant"

1.3.0

  • Update from bash to bashio

1.2.0

  • Change the way to migrate data

1.1.0

  • Fix connection issue with 10.3.13

1.0.0

  • Update MariaDB to 10.3.13