dotkernel / development

Set up development environment using Ansible+WSL2/Docker.
https://docs.dotkernel.org/development/
7 stars 1 forks source link

Upgrade Mariadb to 11.4 LTS #40

Open arhimede opened 3 days ago

arhimede commented 3 days ago

Feature Request

Q A
New Feature yes

Summary

Let's upgrade the initial ansible recipe to install mariadb 11.4 and a small recipe for upgrade from 10.11 to 11.4

arhimede commented 3 days ago

Manual upgrade instructions

  1. edit the /etc/yum.repos.d/Mariadb.repo and replace the string 10.11 with 11.4
  2. sudo dnf remove MariaDB-server -y
  3. sudo dnf clean all
  4. sudo dnf install MariaDB-server -y
  5. sudo dnf install MariaDB-server -y
  6. mariadb-upgrade -uroot -p
  7. sudo systemctl restart mariadb
  8. sudo systemctl enable mariadb