From c10244bbf0ac058a6c2e235878d078369e087178 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 10 Jun 2024 22:25:45 +0200 Subject: [PATCH] Add instruction in install script to migrate nginx --- install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install b/install index a4f0bf5..bc756ad 100755 --- a/install +++ b/install @@ -932,6 +932,11 @@ else 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" 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_info "wo stack upgrade" echo