Skip to content

Commit d34931a

Browse files
author
Ilya Kuznetsov
authored
Update upgrade_mariadb.sh (hestiacp#2094)
Change MariaDB version to 10.6
1 parent c100d75 commit d34931a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/upgrade/manual/upgrade_mariadb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script validates and upgrades the MariaDB version to 10.5
44

55
# Set MariaDB Target Version
6-
mariadb_v='10.5'
6+
mariadb_v='10.6'
77

88
# Load OS informations
99
source /etc/os-release
@@ -55,4 +55,4 @@ apt remove -qq mariadb-server -y > /dev/null 2>&1
5555
echo "Installing new MariaDB Server, start and run upgrade..."
5656
apt install -qq mariadb-server -y
5757
systemctl start mysql > /dev/null 2>&1
58-
mysql_upgrade
58+
mysql_upgrade

0 commit comments

Comments
 (0)