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

Upgrade MariaDB to 10.6 or higher #1250

Open
darenwelsh opened this issue Mar 29, 2020 · 2 comments
Open

Upgrade MariaDB to 10.6 or higher #1250

darenwelsh opened this issue Mar 29, 2020 · 2 comments

Comments

@darenwelsh
Copy link
Contributor

darenwelsh commented Mar 29, 2020

Per the Full-Text Index Overview (mariadb.com), we need to upgrade versions of MariaDB to make use of full text search. This is useful for Cargo (see Cargo docs) to be able to use the Searchtext data type and to be able to search _fullText in pageData.

Support of MariaDB 5.5 ends April 2020. Per the same link, 10.0 is no longer supported. 10.4 is the current stable release, supported until June 2024.

References for migration from 5.5 to 10.4:

@darenwelsh darenwelsh changed the title Upgrade MariaDB to 10.0.5 or higher Upgrade MariaDB to 10.4 or higher Mar 29, 2020
@freephile
Copy link
Contributor

With a fresh install of 34.x on Debian 10 (buster) I get MariaDB 10.3.22, seemingly without any problems or migration needed. I'll check into what it would take to bump the version to 10.4 (for CentOS and Debian)

@jamesmontalvo3 jamesmontalvo3 mentioned this issue Jun 11, 2020
29 tasks
@jamesmontalvo3
Copy link
Contributor

From @revansx on duplicate issue #1295:

CENTOS7/RHEL7 only offers MariaDB 5.5 by default whereas MariaDB itself is at v10.6.

MariaDB.com has instructions [1] on how to upgrade the CENTOS7/RHEL7 repos to use the latest version of MariaDB and says that there are significant performance improvements. Does anyone know of any reason why we would keep meza at mariadb 5.5 if 10.6 is possible?

[1] https://mariadb.com/resources/blog/installing-mariadb-10-on-centos-7-rhel-7/

@jamesmontalvo3 jamesmontalvo3 changed the title Upgrade MariaDB to 10.4 or higher Upgrade MariaDB to ~10.4~ 10.6 or higher Feb 18, 2022
@jamesmontalvo3 jamesmontalvo3 changed the title Upgrade MariaDB to ~10.4~ 10.6 or higher Upgrade MariaDB to 10.6 or higher Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants