1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-04-18 21:44:02 +03:00

chore(ci): add more verbose for upgrade

This commit is contained in:
Leonid Fedorov 2025-01-27 16:53:14 +00:00 committed by Leonid Fedorov
parent aeb14af63e
commit c0fade0c55

View File

@ -20,7 +20,7 @@ wget https://dlm.mariadb.com/enterprise-release-helpers/mariadb_es_repo_setup -O
chmod +x mariadb_es_repo_setup chmod +x mariadb_es_repo_setup
bash -c "./mariadb_es_repo_setup --token=${UPGRADE_TOKEN} --apply --mariadb-server-version=${VERSION} --skip-maxscale --skip-tools" bash -c "./mariadb_es_repo_setup --token=${UPGRADE_TOKEN} --apply --mariadb-server-version=${VERSION} --skip-maxscale --skip-tools"
apt update --yes apt update --yes
apt install --yes mariadb-server mariadb-client mariadb-plugin-columnstore apt install --yes -oDebug::RunScripts=1 mariadb-server mariadb-client mariadb-plugin-columnstore
systemctl start mariadb systemctl start mariadb
systemctl start mariadb-columnstore systemctl start mariadb-columnstore
@ -49,7 +49,7 @@ bash -c "./setup-repo.sh"
# the -o options are used to make choise of keep your currently-installed version without interactive prompt # the -o options are used to make choise of keep your currently-installed version without interactive prompt
apt-get --yes --with-new-pkgs -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade apt-get --yes --with-new-pkgs -oDebug::RunScripts=1 -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
UPGRADED_VERSION=$(mariadb -e "select @@version;") UPGRADED_VERSION=$(mariadb -e "select @@version;")