Skip to main content
14-Alexandrite
December 5, 2019
Solved

Thingworx installation

  • December 5, 2019
  • 1 reply
  • 1367 views

I have to install Thingworx 8.5 on RHEL 7.6 with Postgresql and influxdb. I need to know where the data is stored and what size to calculate to create the file system and the corresponding partitions. My client asks me for that information. I will install as a user with few privileges. Thanks

Best answer by PaiChung

There is an export Data function as well in Import/Export have you tried using that?

1 reply

22-Sapphire I
December 5, 2019

This might get you started

https://www.ptc.com/en/support/article?n=CS186102&language=en&posno=1&q=thingworx%20sizing%20guide&source=search

 

Just remember that Influx is only used as a persistence provider to store Stream and ValueStream data.

anaclos14-AlexandriteAuthor
14-Alexandrite
December 6, 2019

Thaks, PaiChung. I was reading the documents. I created a very simple Thing and saved the data to influxDB as persistent provider using a Value Stream. Now I need to export data from one instance of Thingworx to another. I exported the entity but I don't know how to export the influx data.

PaiChung22-Sapphire IAnswer
22-Sapphire I
December 9, 2019

There is an export Data function as well in Import/Export have you tried using that?