Merge pull request #511 from yogeshbeniwal/update/mariadb-version

Update MariaDB to latest LTS version
This commit is contained in:
VirtuBox
2023-04-30 20:32:11 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -185,7 +185,7 @@ class WOVar():
else:
mariadb_ver = '10.3'
else:
mariadb_ver = '10.6'
mariadb_ver = '10.11'
wo_mysql = wo_mysql + ["mariadb-backup"]
wo_mysql_client = ["mariadb-client", "python3-mysqldb"]