Closed mariushosting closed 1 year ago
Use the custom.cnf in /config to specify server settings, we don't currently support command line options on this image.
@mariushosting I had an issue with this container as well with privileges and I noticed that you added
` security_opt:
which fixed the permission issues I had. I looked online but I could not find a lot of applicable information for this scenario. Could you elaborate why we need to add it? Why do other (linuxserver) containers work without needing to add the option?
Thanks
big fan of the blog btw!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity
Is there an existing issue for this?
Current Behavior
I want to run the linuxserver mariaDB image into the docker compose and skip the log bin using:
command:
This will work with the original mariaDB but not with the mariaDB from linuxserver.
Is there any issue with the image?
[Warning] Failed to load slave replication state from table mysql.gtid_slave_pos: 1017: Can't find file: './mysql/' (errno: 2 "No such file or directory")
Expected Behavior
No response
Steps To Reproduce
Install the mariadb linuxserver and always get [Warning] Failed to load slave replication state from table mysql.gtid_slave_pos: 1017: Can't find file: './mysql/' (errno: 2 "No such file or directory")
this can be solved by adding in the docker compose
command:
this will work with the original mariaDB but not with the mariaDB from linuxserver
Environment
CPU architecture
x86-64
Docker creation
Container logs