Skip to content

Commit bacd73a

Browse files
RomenKostashvayka
authored andcommitted
Trendz install fix: not mention 1.13.3 version.
1 parent 197215e commit bacd73a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/trendz/install/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ If you still rely on Docker Compose as docker-compose (with a hyphen) execute ne
174174
{% endcapture %}
175175
{% include templates/info-banner.md content=dockerComposeStandalone %}
176176

177-
* After this you need to update docker-compose.yml as in [Step 2](#docker-compose-setup) but with {{ site.release.trendz_ver }} instead of 1.13.3:
177+
* After this you need to update docker-compose.yml as in [Step 2](#docker-compose-setup) but with {{ site.release.trendz_ver }} instead of 1.13.2:
178178

179179
* Restart Trendz container
180180

docs/trendz/install/python-executor-configuration-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export SCRIPT_ENGINE_DOCKER_PROVIDER_URL=PYTHON_EXECUTOR_HOST:PYTHON_EXECUTOR_PO
8888

8989
Replace `PYTHON_EXECUTOR_HOST` and `PYTHON_EXECUTOR_PORT` with actual host and port values.
9090

91-
## How to Migrate Trendz Python Executor 1.13.3 to Trendz Python Executor 1.14.0
91+
## How to Migrate Trendz Python Executor 1.13.2 to Trendz Python Executor 1.14.0
9292

9393
If you already have a Python Executor with a version earlier than 1.14.0 connected to Trendz, you should migrate it before updating Trendz to 1.14.0.
9494

docs/trendz/install/python-executor-configuration-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ script-engine:
9999
100100
Replace `PYTHON_EXECUTOR_HOST` and `PYTHON_EXECUTOR_PORT` with your Python Executor service values and ensure Trendz can reach this network destination.
101101

102-
## How to Migrate Trendz Python Executor 1.13.3 to Trendz Python Executor 1.14.0
102+
## How to Migrate Trendz Python Executor 1.13.2 to Trendz Python Executor 1.14.0
103103

104104
If you already have a Python Executor with a version earlier than 1.14.0 connected to Trendz, you should migrate it before updating Trendz to 1.14.0.
105105

docs/trendz/install/trndz-upgrade-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ description: ThingsBoard Trendz Analytics upgrade instructions
262262

263263
## Upgrading to 1.14.0
264264

265-
These steps are applicable for 1.13.3 Trendz Analytics version.
265+
These steps are applicable for 1.13.2 Trendz Analytics version.
266266
**Note:** after upgrading to the latest version it is required to update Trendz widget bundle in ThingsBoard.
267267
You can find detailed instructions how to do that via Trendz UI in [Trendz Widget Bundle upgrade](/docs/trendz/post-installation-steps/#trendz-widget-bundle) article.
268268

@@ -310,7 +310,7 @@ trendz-installation-1-8-0-centos,CentOS,shell,resources/1.14.0/trendz-centos-ins
310310
Execute regular upgrade script:
311311

312312
```bash
313-
sudo /usr/share/trendz/bin/install/upgrade.sh --fromVersion=1.13.3
313+
sudo /usr/share/trendz/bin/install/upgrade.sh --fromVersion=1.13.2
314314
```
315315

316316
#### Start the service
@@ -359,7 +359,7 @@ net stop trendz
359359
**NOTE** Scripts listed above should be executed using Administrator Role.
360360

361361
```text
362-
C:\trendz>upgrade.bat --fromVersion=1.13.3
362+
C:\trendz>upgrade.bat --fromVersion=1.13.2
363363
```
364364

365365
#### Start the service

0 commit comments

Comments
 (0)