We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c100d75 commit d34931aCopy full SHA for d34931a
install/upgrade/manual/upgrade_mariadb.sh
@@ -3,7 +3,7 @@
3
# This script validates and upgrades the MariaDB version to 10.5
4
5
# Set MariaDB Target Version
6
-mariadb_v='10.5'
+mariadb_v='10.6'
7
8
# Load OS informations
9
source /etc/os-release
@@ -55,4 +55,4 @@ apt remove -qq mariadb-server -y > /dev/null 2>&1
55
echo "Installing new MariaDB Server, start and run upgrade..."
56
apt install -qq mariadb-server -y
57
systemctl start mysql > /dev/null 2>&1
58
-mysql_upgrade
+mysql_upgrade
0 commit comments