Skip to content

Commit b84856b

Browse files
committed
added notes for deleting the old applications
1 parent dbe123f commit b84856b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
1. Unpublish existing published packages and create new versions
2-
{{< 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. This step should not be required in future upgrades.{{< /alert >}}
31

4-
* Log in to Gateway with a user that has the `Admin` role.
5-
* Click on the `Admin` charm, then `Packages`.
6-
* In the `Package Definitions` grid, select `Is Published` filter on the `Is Published` column to show all published packages.
7-
* For each published package version
8-
* Select the package.
9-
* Click `Unpublish` at the bottom of the `Definition` tab and click `Unpublish` on the confirmation pop-up dialog. 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 CORTEX Gateway, or the Application Services aren’t healthy. See Troubleshooting for more information.
10-
* Click `Create New Version` then click `Save` and wait for the new version to be created.
11-
* 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 CORTEX Gateway, or the Application Services aren’t healthy. See Troubleshooting for more information.
2+
1. Navigate to the service fabric explorer.
3+
1. Expand `Cluster` then `Applications` then `Cortex.Innovation.Execution`
4+
1. For all old execution applications
5+
* Click on the drop down menu and select `Delete Application`
6+
* Give this a few minutes. If the application does not delete
7+
* Expand `Nodes` and select the application that matches the engine version number of the application that is being attempted to be deleted
8+
* Expand each level up to `Code Packages`
9+
* Click on the drop down menu for `Code` and select `Restart`.
10+
* Give this a few minutes. The application should be deleted and disappear from the list of applications.

0 commit comments

Comments
 (0)