Mykhailo "Mike" Bondar

Results 36 comments of Mykhailo "Mike" Bondar

If I need a clean copy of the DB schema, I do the following: 1. Backup all config files currently used. 2. `wget` and install the required package 3. Create...

PE requires internet access in order to check the license key once in a while. While there is no internet connection, ThingsBoard gives a "grace period" for the license check...

The best way to edit custom translation is to download a default locale (White Labeling -> Custom Translation -> select e.g. "English" -> Download locale file), search and add corresponding...

Can you reproduce this issue and check if there is anything abnormal logged afterward? You can find logs in the respective volume from your `docker-compose.yml` file: ``` volumes: - /path/to/your/volume/dir:/var/log/thingsboard...

Hi! Please provide full log files (C:/Program Files (x86)/thingsboard/logs/thingsboard.log and C:/Program Files (x86)/thingsboard/logs/install.log)

Please check the related issue #9324

You need to check if your DB has the same structure as here https://github.com/thingsboard/thingsboard/blob/v3.4.4/dao/src/main/resources/sql/schema-entities.sql (works for any similar "ERROR: column "X" does not exist" or version, in most cases DB...

Hi! What kind of deployment you are using?

By default, there is a rate limit for debug node events: ``` rule: chain: # Errors for particular actors are persisted once per specified amount of milliseconds error_persist_frequency: "${ACTORS_RULE_CHAIN_ERROR_FREQUENCY:3000}" debug_mode_rate_limits_per_tenant:...

hi! i have just tested the latest tb-postgres, all should be working as per guide share your docker compose file