We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1742c4 commit c6f070eCopy full SHA for c6f070e
root/etc/logrotate.d/mariadb
@@ -1,4 +1,4 @@
1
-/config/log/mysql/*.log /config/databases/*.err {
+/config/log/mysql/*.log {
2
firstaction
3
/usr/bin/mariadb-admin --local version >/dev/null 2>&1
4
endscript
root/etc/s6-overlay/s6-rc.d/init-mariadb-poststart/run
@@ -19,6 +19,9 @@ else
19
# You can read more about it here: #
20
# https://mariadb.com/kb/en/authentication-from-mariadb-10-4/ #
21
# #
22
+# And add the following to /config/custom.cnf under [mysqld]: #
23
+# log_error = /config/log/mysql/mariadb-error.log #
24
+# #
25
#####################################################################################
26
27
0 commit comments