Skip to content

Commit 21f6622

Browse files
authored
Fix broken link CE to PE upgrade (#2374)
* Fix broken link Upgrade from CE to PE. * Remove outdated install thingsboard command from Hello World page
1 parent cf8e813 commit 21f6622

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

_includes/templates/prerequisites.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,4 @@
22

33
You will need to have ThingsBoard server up and running.
44
The easiest way is to use [Live Demo](https://demo.thingsboard.io/signup){:target="_blank"} server.
5-
6-
The alternative option is to install ThingsBoard using the [installation guide](/docs/user-guide/install/installation-options/){:target="_blank"}:
7-
- **Windows** users should follow this [guide](/docs/user-guide/install/docker-windows/){:target="_blank"}
8-
- **Linux** users with Docker installed can execute the following commands:
9-
10-
```
11-
mkdir -p ~/.mytb-data && sudo chown -R 799:799 ~/.mytb-data
12-
mkdir -p ~/.mytb-logs && sudo chown -R 799:799 ~/.mytb-logs
13-
docker run -it -p 8080:9090 -p 7070:7070 -p 1883:1883 -p 5683-5688:5683-5688/udp -v ~/.mytb-data:/data \
14-
-v ~/.mytb-logs:/var/log/thingsboard --name mytb --restart always thingsboard/tb-postgres
15-
```
16-
{: .copy-code}
17-
18-
These commands install ThingsBoard and load demo data and accounts.
19-
20-
The ThingsBoard UI will be available at: **http://localhost:8080**.
21-
22-
You can use:
23-
- Username: **[email protected]**
24-
- Password: **tenant**
25-
26-
[More information about the demo account](/docs/samples/demo-account/){:target="_blank"}.
5+
Alternatively, you can install ThingsBoard using the [installation guide](/docs/user-guide/install/installation-options/){:target="_blank"}.

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

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

23892389
#### ThingsBoard PE package download
23902390

2391-
Download and extract ThingsBoard PE installation package for Windows: [thingsboard-windows-setup-{{ site.release.pe_ver }}.zip](https://dist.thingsboard.io/thingsboard-windows-setup-{{ site.release.pe_ver }}.zip).
2391+
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).
23922392

23932393
#### ThingsBoard PE service upgrade
23942394

@@ -2400,7 +2400,7 @@ net stop thingsboard
24002400
{: .copy-code}
24012401

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

0 commit comments

Comments
 (0)