On 2024-11-05, Paul Pace <p...@mostlybsd.com> wrote: > The current version of MariaDB in packages is 10.9 series, which was EOL > August, 2023 as a part of the MariaDB short-term maintenance stable > series, originally released in March, 2022.[1] > > I don't know how much it impacts users to upgrade to a newer version, > but it seems like packages should contain a currently maintained version > at least as an option. > > A current long-term series is 11.4, which is maintained until May, 2029.[2] > > If I knew how to create a package, I would submit one, but it is still a > bit more than know how to do. > > Thank you, > > > Paul
The shared libraries aren't compatible between 10.9 and 11.4 and are used by many other packages so it's not really possible to update in 7.6-stable. If you want 11.4 now you could run OpenBSD -current snapshots where it's been updated. > [1] https://mariadb.com/kb/en/release-notes-mariadb-10-9-series/ > [2] https://mariadb.com/kb/en/changes-improvements-in-mariadb-11-4/ btw, note the changes in binary logging in 11.4 will mean that log files stack up unless you're doing replication or change the config https://mariadb.com/kb/en/replication-and-binary-log-system-variables/#slave_connections_needed_for_purge -- Please keep replies on the mailing list.