Add instruction in install script to migrate nginx

This commit is contained in:
VirtuBox
2024-06-10 22:25:45 +02:00
parent f93b7eb085
commit c10244bbf0

View File

@@ -932,6 +932,11 @@ else
wo_lib_echo "WordOps (wo) upgrade to $wo_version_new was successful!" wo_lib_echo "WordOps (wo) upgrade to $wo_version_new was successful!"
wo_lib_echo "Changelog is available on https://github.com/WordOps/WordOps/releases/tag/$wo_version_new" wo_lib_echo "Changelog is available on https://github.com/WordOps/WordOps/releases/tag/$wo_version_new"
echo echo
if [ "$wo_version_new" == "v3.21.0" ]; then
wo_lib_echo "To upgrade Nginx package and configuration for HTTP/3 QUIC, use the following command"
wo_lib_echo "wo stack migrate --nginx"
fi
echo
wo_lib_echo "To upgrade WordOps web stacks, you can use the command:" wo_lib_echo "To upgrade WordOps web stacks, you can use the command:"
wo_lib_echo_info "wo stack upgrade" wo_lib_echo_info "wo stack upgrade"
echo echo