MariaDB 10.2.12
https://mariadb.com/kb/en/library/mariadb-10211-release-notes/
Bug fixes:
- RocksDB appears under "show databases"
- Include aliases for mariadb service
- TkouDB package re-enabled, upgrade path fixed
- tmpfiles.d configuration fixed, no longer cause service fail to load on OS restart
INCOMPATIBILITIES:
TokuDB has to be compiled without jemalloc.
This combination is *not supported* by upstream
However it proved working in previous releases around F25 & F26
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2018-66833616aa
Please login to add feedback.
This update has been submitted for testing by mschorm.
This update has been pushed to testing.
Does not start for me because /run/mariadb does not exist on a cleanly rebooted system (since /run is on tmpfs). Creating /run/mariadb manually works. Did that change with one of the recent updates?
mysqld: Can't create/write to file '/run/mariadb/mariadb.pid' (Errcode: 2 "No such file or directory")
This update has been obsoleted.
Can't reproduce your issue on my test machine.
.
/run in tmpfs is now standard an I do have it too
[root@test-machine tmp]# df -h /run
Souborový systém Velikost Užito Volno Uži% Připojeno do
tmpfs 999M 556K 998M 1% /run
.
Can you please check, that your /usr/lib/tmpfiles.d/mariadb.conf file has been properly updated to:
d /run/mariadb 0755 mysql mysql -
d /run/mariadb 0755 mysql mysql -
?
Alright, sorry for the noise. I didn't see where that directory would be created and it wasn't there for some reason directly after boot and update. After another reboot however it's there now - since I guess tmpfiles.d is only picked up upon start/mount. Works!
This update has been submitted for testing by mschorm.
Alright :)
Pushing to testing again.
works for me
wfm
This update has been pushed to testing.
I confirm this fixes #1514820 (that I had re-opened). However I did have to add
--ignore-db-dirs=.rocksdb
to get around #1530511.This update has reached the stable karma threshold and can be pushed to stable now if the maintainer wishes.
Fixes the #docksdb database issue for me.
This update has been submitted for stable by mschorm.
This update has been pushed to stable.