The same error is telling you that the Totpkey column does not exist in the table, it is most likely that it is using the database of a previous version you must add the new tables
Yeah, looks like you have not upgraded correctly.
OK, but how can upgrade correctly?
I search for manual in documentation but I think you don't have manual upgrade
How did you search exactly? It's on the main documentation page.
The documentation is the one I shared with you, here I share the sql command to solve your problem
ALTER TABLE tc_users ADD COLUMN totpkey VARCHAR(64);
thank you, also need add temporary
ALTER TABLE tc_users ADD COLUMN temporary BOOLEAN;
ALTER TABLE tc_users ALTER COLUMN "temporary" SET DEFAULT false;
worked fine :)
I try add new gps device to traccar, after add new protocol and build it from last git source, installed it on my server, now everything work fine but when I edit user attributes I got error from web UI
how can I fix this error ?