Difference between revisions of "Mariadb105"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 33: | Line 33: | ||
yum install smeserver-extrarepositories-centos-sclo | yum install smeserver-extrarepositories-centos-sclo | ||
yum --enablerepo=smecontribs install {{#var:smecontribname}} | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
+ | </tab> | ||
</tabs> | </tabs> | ||
Revision as of 23:50, 12 March 2022
mariadb105 logo | |
Maintainer | unnilennium |
---|---|
Url | https://mariadb.com |
Category | |
Tags | mariadb, mysql, db, database |
Maintainer
Version
Description
Koozali SME Server configuration package for mariadb105 RH SCLo
Installation
yum install smeserver-extrarepositories-centos-sclo yum --enablerepo=smecontribs install smeserver-mariadb105
Configuration
you can list the available configuration with the following command :
config show mariadb105
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values | |
---|---|---|---|
DbName | nextcloud | string | for mysql db |
DbPassword | GENERATED | string | for mysql db |
DbUser | nextcloud | string | for mysql db |
access | private | private, public | |
status | enabled | enabled,disabled |
Uninstall
yum remove smeserver-mariadb105 mariadb105
Bugs
Please raise bugs under the SME-Contribs section in bugzilla
and select the smeserver-mariadb105 component or use this link
Below is an overview of the current issues for this contrib:
No open bugs found.
Changelog
Only released version in smecontrib are listed here.
smeserver-mariadb105 Changelog: SME 10 (smecontribs)
2023/11/23 Jean-Philippe Pialasse 2.7.0-18.sme
- fix OpenFilesLimit too low preventing backup [SME: 12417]
2022/12/11 Jean-Philippe Pialasse 2.7.0-17.sme
- fix mariadb overriding skip-networking for other versions [SME: 12262]
- fix mariadb overriding skip-networking for other versions [SME: 12262]
2022/07/11 Jean-Philippe Pialasse 2.7.0-16.sme
- use dedicated log file for *mysql.init [SME: 11953]
- use dedicated log file for *mysql.init [SME: 11953]
2022/06/07 John Crisp 2.7.0-15.sme
- Fix init for MariaDB 104+ [SME: 11991]
- Fix init for MariaDB 104+ [SME: 11991]
2022/04/10 Jean-Philippe Pialasse 2.7.0-14.sme
- /usr/libexec/mysql-wait-stop not used after mariadb101 [SME: 11936]
- /usr/libexec/mysql-wait-stop not used after mariadb101 [SME: 11936]