-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian 12 Bookworm Support #1599
Comments
I created this issues as first step to document the process of upgrading the module and to ask if allready someone works on this topic and could need a helping hand. |
jfyi: I retently attempted basic installation in Debian 12 using v15.0.0. It worked mostly smooth but I had to add a resource to create the log directory
I've not yet looked into this in detail but I guess the log directory should be changed. Leaving this note just in case this could help people who may actually tackle this... |
The current MariaDB logs to syslog by default so set:
This disables the logging to file and the requirement and management of an existing directory /var/log/mysql. |
Use Case
I want to manage mysql instances on debian bookworm based machines.
Describe the Solution You Would Like
Testing if current state of module is compatible with debian 12 and if not identifying these and document them in separate issues to work in resolving them.
Describe Alternatives You've Considered
Staying on debian 11 but our organisation plans to move to debian 12 in the next months.
The text was updated successfully, but these errors were encountered: