Add instruction in install script to migrate nginx
This commit is contained in:
5
install
5
install
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user