File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -213,13 +213,13 @@ done
213
213
214
214
# Install MariDB repos
215
215
install_if_not software-properties-common
216
- curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=" mariadb-10.10 " --skip-maxscale
216
+ curl -LsS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=" mariadb-11.4 " --skip-maxscale
217
217
# Avoid i386 since we use x64
218
218
sed -i " s|deb http|deb [arch=amd64] http|g" /etc/apt/sources.list.d/mariadb.list
219
219
# USed debconf to install it
220
- sudo debconf-set-selections <<< " mariadb-server-10.10 mysql-server/root_password password $MARIADB_PASS"
221
- sudo debconf-set-selections <<< " mariadb-server-10.10 mysql-server/root_password_again password $MARIADB_PASS"
222
- install_if_not mariadb-server-10.10
220
+ sudo debconf-set-selections <<< " mariadb-server-11.4 mysql-server/root_password password $MARIADB_PASS"
221
+ sudo debconf-set-selections <<< " mariadb-server-11.4 mysql-server/root_password_again password $MARIADB_PASS"
222
+ install_if_not mariadb-server-11.4
223
223
224
224
# mysql_secure_installation
225
225
install_if_not expect
You can’t perform that action at this time.
0 commit comments