traccar / traccar-web

Traccar GPS Tracking System
https://www.traccar.org
Apache License 2.0
814 stars 1.13k forks source link

calendarid not exist in datasbase #1175

Closed al-moallem closed 1 year ago

al-moallem commented 1 year ago

when I want to add a new device from modern web interface I got this error :

ERROR: column "calendarid" of relation "tc_devices" does not exist Position: 40 - PSQLException

both backend and web are 5.8 version

tananaev commented 1 year ago

It's interesting because the column was added after 5.8, so I think you're not using the official version 5.8. You're probably just using the latest code.

al-moallem commented 1 year ago

First, thank you for this rapid response. Second, I cloned master branch. Is this different from release 5.8 ?

tananaev commented 1 year ago

Is this your first time working with GitHub? Yes, the master branch is of course not the same thing as the latest official release. Master branch includes all the work in progress changes, many of which will make it incompatible with the old database. That's why in our documentation we say that we don't recommend using master and you should use the stable version tags instead.

al-moallem commented 1 year ago

Yes, you are right. That was my mistake. Thank you for your help.