Skip to content

Commit 8036b48

Browse files
ViacheslavKlimovclaude
authored andcommitted
Switch PE Windows packages from EXE to ZIP for 4.3.1 and 4.2.2
- Add windows.zip flag for 4.3.1 and 4.2.2 in upgrade-instructions-data.yml - Update PE install page to download .zip instead of .exe - Update CE-to-PE upgrade page to download .zip and use copy instructions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c4863b0 commit 8036b48

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

_data/upgrade-instructions-data.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
lts: "true"
55
patch: "true"
66
x: "true"
7+
windows:
8+
zip: "true"
79
4.3.0.1:
810
known-vulnerabilities: "true"
911
upgradable-from: "4.2.1.x"
@@ -25,6 +27,8 @@
2527
lts: "true"
2628
patch: "true"
2729
x: "true"
30+
windows:
31+
zip: "true"
2832
4.2.1.2:
2933
known-vulnerabilities: "true"
3034
upgradable-from: "4.2.0"

docs/pe/user-guide/install/upgrade-instructions/upgrade-from-ce.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ These upgrade steps are applicable for the latest ThingsBoard Community Edition
145145

146146
#### ThingsBoard PE package download
147147

148-
Download ThingsBoard PE installation package for Windows: [thingsboard-windows-setup-{{ site.release.pe_ver }}.exe](https://dist.thingsboard.io/thingsboard-windows-setup-{{ site.release.pe_ver }}.exe).
148+
Download ThingsBoard PE installation package for Windows: [thingsboard-windows-{{ site.release.pe_ver }}.zip](https://dist.thingsboard.io/thingsboard-windows-{{ site.release.pe_ver }}.zip).
149149

150150
#### ThingsBoard PE service upgrade
151151

@@ -157,7 +157,7 @@ net stop thingsboard
157157
{: .copy-code}
158158

159159
* Make a backup of previous ThingsBoard CE configuration located in \<ThingsBoard install dir\>\conf (for ex. C:\thingsboard\conf).
160-
* Run the **thingsboard-windows-setup-{{ site.release.pe_ver }}.exe**.
160+
* Copy content of the **thingsboard-windows-{{ site.release.pe_ver }}.zip** to the same location.
161161
* Compare and merge your old ThingsBoard configuration files (from the backup you made in the first step) with new ones.
162162
* Configure Professional Edition license key as described [here](/docs/user-guide/install/pe/windows/#step-3-obtain-and-configure-license-key).
163163
* Finally, run **upgrade.bat** script to upgrade ThingsBoard to the new version.

docs/user-guide/install/pe/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To run ThingsBoard and Cassandra on a single machine you will need at least 8Gb
3131
Download and extract the package.
3232

3333
```bash
34-
https://dist.thingsboard.io/thingsboard-windows-setup-{{ site.release.pe_ver }}.exe
34+
https://dist.thingsboard.io/thingsboard-windows-{{ site.release.pe_ver }}.zip
3535
```
3636
{: .copy-code}
3737

0 commit comments

Comments
 (0)