Update MariaDB to latest LTS version

This commit is contained in:
Yogesh Beniwal
2023-04-03 16:11:04 +08:00
parent 3bd80047fd
commit c922613841
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"]