mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
avoid issues with upgrading mariadb
This commit is contained in:
parent
d403b8a26e
commit
847c48ffd8
@ -32,8 +32,10 @@ is_process_running dpkg
|
||||
is_process_running apt
|
||||
|
||||
# System Upgrade
|
||||
sudo apt-mark hold mariadb*
|
||||
apt update -q4 & spinner_loading
|
||||
export DEBIAN_FRONTEND=noninteractive ; apt dist-upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"
|
||||
sudo apt-mark unhold mariadb*
|
||||
|
||||
# Update Redis PHP extention
|
||||
if type pecl > /dev/null 2>&1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user