Skip to content

Commit

Permalink
remove mariadb automatic upgrade
Browse files Browse the repository at this point in the history
No upgrade mariadb automatically
  • Loading branch information
QROkes committed Dec 21, 2018
1 parent 521147b commit 0e572f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/update
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ onetwo_to_onethree() {

# Now we need a backup of default Nginx file for "default-site" command.
[[ -a /etc/nginx/sites-available/default ]] && sudo cp -p /etc/nginx/sites-available/default /opt/webinoly/templates/source/

# Upgrade MariaDB 10.2 to 10.3
if [[ $(conf_read mysql) == "true" ]]; then
sudo stack -mysql -purge=keep-data
sudo stack -mysql
fi

}


Expand Down

0 comments on commit 0e572f6

Please sign in to comment.