Mictronics / readsb-protobuf

Readsb is a Mode-S/ADSB/TIS decoder for RTLSDR, BladeRF, Modes-Beast and GNS5894 devices. Future development version with protocol buffer storage.
Other
86 stars 24 forks source link

new DB versioning scheme? #23

Closed kx1t closed 1 year ago

kx1t commented 1 year ago

The aircraft db version went from version 344 to version 16 in this commit: https://github.com/Mictronics/readsb-protobuf/commit/3254ac74c18c1f077fb8112ef89015a26ca48c23

This is throwing off some of the deployments we have where it looks like the new DB is not compatible with the old one? This is what is shown in a pop-up in the webapp: image

When I went back through history, it appears that this happened in the past as well -- here it went wrong https://github.com/Mictronics/readsb-protobuf/commit/1a5f682ed9cfe5b082901a8f03e0c317c6acc93f and here it got fixed again: https://github.com/Mictronics/readsb-protobuf/commit/593d23115dff233b8f638b54e2c808ca6572b2b9

thanks!

Mictronics commented 1 year ago

Thanks for reporting. Will be fixed with next update. Caused by creating new database in a temporary environment.