From 8ea6774ee019819a313dc21227e6e22b9b693d74 Mon Sep 17 00:00:00 2001 From: cortex-bt Date: Thu, 10 Oct 2024 09:14:37 +0100 Subject: [PATCH 1/3] added section for creation new version --- .../upgrade-web-application-server.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md b/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md index 2d32c13df..6f6c6c314 100644 --- a/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md +++ b/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md @@ -26,6 +26,15 @@ This guide describes how to upgrade {{% ctx %}} Gateway from 2024.7 to 2024.9. P {{< section "/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md" >}} +## Create New Version + {{< alert type="note" title="Note" >}} This only needs to happen for upgrading to this release version as breaking changes were introduced as part of the cleanup of the NServiceBus endpoint and RabbitMQ queues.{{< /alert >}} +1. Log in to Gateway with a user that has the `Admin` role. +1. Click on the `Admin` charm, then `Packages`. +1. For each previously published package version: + * Select the package. + * Click `Create New Version` then click `Save` and wait for the new version to be created. + * Click `Publish`. A success message should appear. If it doesn't it means that there is a problem with the configuration in the `web.config` file for {{% ctx %}} Gateway, or the Application Services aren't healthy. + ## Delete Old Execution Service {{< alert type="note" title="Note" >}} This only needs to happen for upgrading to this release version as breaking changes were introduced as part of the cleanup of the NServiceBus endpoint and RabbitMQ queues.{{< /alert >}} From b63681693905536688ba2769f000e914df42cda4 Mon Sep 17 00:00:00 2001 From: cortex-bt Date: Thu, 10 Oct 2024 09:58:40 +0100 Subject: [PATCH 2/3] updated heading --- .../single-server-without-ha/upgrade-web-application-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md b/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md index 6f6c6c314..685443ecf 100644 --- a/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md +++ b/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md @@ -26,7 +26,7 @@ This guide describes how to upgrade {{% ctx %}} Gateway from 2024.7 to 2024.9. P {{< section "/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md" >}} -## Create New Version +## Create New Package Versions {{< alert type="note" title="Note" >}} This only needs to happen for upgrading to this release version as breaking changes were introduced as part of the cleanup of the NServiceBus endpoint and RabbitMQ queues.{{< /alert >}} 1. Log in to Gateway with a user that has the `Admin` role. 1. Click on the `Admin` charm, then `Packages`. From d52d548195a7009b40ffe0487bd5c5fe727cb8cd Mon Sep 17 00:00:00 2001 From: cortex-bt Date: Thu, 10 Oct 2024 15:06:39 +0100 Subject: [PATCH 3/3] updated heading title --- .../single-server-without-ha/upgrade-web-application-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md b/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md index 685443ecf..e4fc5c5ca 100644 --- a/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md +++ b/content/en/docs/2024.9/Guides/upgrade-cortex/2024.7-to-2024.9/single-server-without-ha/upgrade-web-application-server.md @@ -26,7 +26,7 @@ This guide describes how to upgrade {{% ctx %}} Gateway from 2024.7 to 2024.9. P {{< section "/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md" >}} -## Create New Package Versions +## Publish New Package Versions {{< alert type="note" title="Note" >}} This only needs to happen for upgrading to this release version as breaking changes were introduced as part of the cleanup of the NServiceBus endpoint and RabbitMQ queues.{{< /alert >}} 1. Log in to Gateway with a user that has the `Admin` role. 1. Click on the `Admin` charm, then `Packages`.