Skip to content

Commit

Permalink
Show also 10.3 to 10.4 upgrade doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorak committed May 18, 2021
1 parent 2042be2 commit 2704350
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ upstream_upgrade_info() {
10.1) echo "https://mariadb.com/kb/en/library/upgrading-from-mariadb-100-to-mariadb-101/" ;;
10.2) echo "https://mariadb.com/kb/en/library/upgrading-from-mariadb-101-to-mariadb-102/" ;;
10.3) echo "https://mariadb.com/kb/en/library/upgrading-from-mariadb-102-to-mariadb-103/" ;;
10.5) echo "https://mariadb.com/kb/en/upgrading-from-mariadb-104-to-mariadb-105/" ;;
10.5) echo "https://mariadb.com/kb/en/upgrading-from-mariadb-103-to-mariadb-104/"
echo "https://mariadb.com/kb/en/upgrading-from-mariadb-104-to-mariadb-105/" ;;
5.6) echo "https://dev.mysql.com/doc/refman/5.6/en/upgrading-from-previous-series.html" ;;
5.7) echo "https://dev.mysql.com/doc/refman/5.7/en/upgrading-from-previous-series.html" ;;
*) echo "Non expected version '${MYSQL_VERSION}'" ; return 1 ;;
Expand Down

0 comments on commit 2704350

Please sign in to comment.