You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, MariaDB ignores globally RW files. Per the MDEV below this can on Windows users be the defaults as unix permissions don't map to Windows permissions well.
Hi @grooverdan, we encourage to use copy files API instead on mounting and the API allows to set the permission as well. What do you think about adding this note in DockerHub description, so, everyone using the image can be aware of that?
Module
MariaDB
Proposal
By default, MariaDB ignores globally RW files. Per the MDEV below this can on Windows users be the defaults as unix permissions don't map to Windows permissions well.
https://jira.mariadb.org/browse/MDEV-27038
In the MariaDB I fixed (possibly only worked around) the implementation by making read-only filesystems an acceptable criteria by the server.
So as the enhancement can the volume mount in the
configure
method (MariaDBContainer.java
) apply the mount as read-only?The text was updated successfully, but these errors were encountered: