Skip to content

Commit

Permalink
Add MariaDB 10.0 to 10.1 upgrade routine
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Sep 9, 2015
1 parent d2e01b5 commit 2fdbe22
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/mariadb_submenu.inc
Expand Up @@ -134,8 +134,8 @@ MARIADBVERCHECK=`rpm -qa | grep MariaDB-server | awk -F "-" '{print $3}' | cut -
if [[ "$ENABLE_MARIADBTENUPGRADE" = [nN] ]]; then
echo "Place holder for now until MariaDB 10.1.x is ready to be added"
else
echo "Place holder for now until MariaDB 10.1.x is ready to be added"
# mariadbtentotenoneupgrade
# echo "Place holder for now until MariaDB 10.1.x is ready to be added"
mariadbtentotenoneupgrade
fi
fi
} 2>&1 | tee ${CENTMINLOGDIR}/centminmod_${SCRIPT_VERSION}_${DT}_mariadb_10-to-10-1_upgrade.log
Expand Down

0 comments on commit 2fdbe22

Please sign in to comment.