thingsboard / thingsboard

Open-source IoT Platform - Device management, data collection, processing and visualization.
https://thingsboard.io
Apache License 2.0
17.72k stars 5.23k forks source link

Thingsboard PE - How do we tell what version we are running? #1493

Closed ghost closed 4 years ago

ghost commented 5 years ago

Hi there,

WE're running Thingsboard PE, wondering how we can tell which version / release we currently have and how we can compare with the current version on Git.

Also under the PE license what upgrades / patches are we entitled to to receive. I've seen some of your new videos which has some features not included in our version, and there are perhaps also some bug fixed we're in need of.

Finally is there a document on the upgrade procedure for PE?

Mark

t0mZ4 commented 5 years ago

+1 on this request. We should have a page in the admin login with release history and update links/instructions.

cristianhumelnicu commented 5 years ago

@enviroeye

When u build any dashboard , just looking in to the bottom of page , right side ... and there you will see TB version

t0mZ4 commented 5 years ago

@cristianhumelnicu Sorry I don't think this is true any more, at least not for PE edition. No version number is there.

image

cristianhumelnicu commented 5 years ago

For cloud version of TB PE , work. I dont know for PE on premises...

cristianhumelnicu commented 5 years ago

I thing you can find what TB edition have in pom.xml file...

t0mZ4 commented 5 years ago

looking in the pom.xml is not useful for day to day operations. Think WordPress, they have a nice update / news section in the admin panel.

gjweppler commented 5 years ago

Is there a way now to display the version number in TB PE (cloud version)?

hamburml commented 5 years ago

Could you please add this? A simple info/about feature?

woodyjon commented 5 years ago

Indeed, version number is shown at the bottom of the screen in a dashboard for the TB PE cloud (demo cloud), but not for on premise PE.

woodyjon commented 5 years ago

I found the way to display the version: in White Labeling > White Labeling, at the bottom there is a checkbox to display the platform version. Once checked, the version appears at the bottom right of the left menu.

CooL16 commented 4 years ago

To check TB version on ubuntu: dpkg -l | grep thingsboard centos: yum list installed | grep thingsboard

Here is a link for upgrade instructions: https://thingsboard.io/docs/user-guide/install/pe/upgrade-instructions/