Skip to content
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

Open
bk-lg opened this issue Oct 17, 2023 · 3 comments
Open

Debian 12 Bookworm Support #1599

bk-lg opened this issue Oct 17, 2023 · 3 comments

Comments

@bk-lg
Copy link

bk-lg commented Oct 17, 2023

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.

@bk-lg
Copy link
Author

bk-lg commented Oct 17, 2023

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.

@kajinamit
Copy link

kajinamit commented Nov 28, 2023

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

    file { '/var/log/mysql':
      ensure  => directory,
      owner   => 'mysql',
      mode    => '0755',
      require => Package['mysql-server']
    }

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...

@lbetz
Copy link

lbetz commented Feb 7, 2024

The current MariaDB logs to syslog by default so set:

mysql::server::override_options:
  mysqld:
    log-error: ~

This disables the logging to file and the requirement and management of an existing directory /var/log/mysql.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants