diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bec441..3010d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### v3.9.x - [Unreleased] +### v3.9.8.3 - 2019-08-21 + +#### Changed + +- remove user prompt for confirmation with `wo update` +- Nginx stack will not be upgraded with `wo update` anymore. This can be done at anytime with `wo upgrade --nginx` + #### Fixed - `wo upgrade` output diff --git a/install b/install index ecff6da..870a0ff 100755 --- a/install +++ b/install @@ -114,7 +114,7 @@ else fi echo "" -wo_lib_echo "Welcome to WordOps install script v${wo_version_new}" +wo_lib_echo "Welcome to WordOps install/update script v${wo_version_new}" echo "" ### @@ -625,7 +625,7 @@ wo_backup_ee() { } wo_backup_wo() { - /bin/tar -I pigz -cf "$WO_BACKUP_FILE" /etc/nginx /usr/local/lib/python3.*/dist-packages/wo-*.egg /etc/wo /var/lib/wo /etc/letsencrypt >> /var/log/wo/install.log 2>&1 + /bin/tar -I pigz -cf "$WO_BACKUP_FILE" /etc/nginx /etc/wo /var/lib/wo /etc/letsencrypt >> /var/log/wo/install.log 2>&1 } wo_clean_ee() {