-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI login not possible after updating to Version 1.9.9.2 #330
Comments
I've got the same problem. Error on log: sqlite3.OperationalError: no such column: SystemUser.device_type Complete log
|
clearly you have used the pip update option, however we have changed the DB structure to support the difference between certs. you need to delete and reinstall the system. The new API for User management help to recreate user pool automatically. |
essentially you need to delete the database at /opt/FreeTAKServer.db |
so if i delete the FTS Server and delte the DB, all users and certs are deleted too or? So whats the best way? i dont want to create all users again with all certs.. |
The best way is to delete the DB, so yes, all your users will be deleted.
the certs will be not valid anymore because they are related to the users.
you can now adopt the rest API to recreate the users from a CSV, a ready
to use integration for this purpose should be out this week
…On Mon, May 2, 2022 at 9:04 AM DanielHeinze ***@***.***> wrote:
essentially you need to delete the database at /opt/FreeTAKServer.db
clearly you have used the pip update option, however we have changed the
DB structure to support the difference between certs. you need to delete
and reinstall the system. The new API for User management help to recreate
user pool automatically.
so if i delete the FTS Server and delte the DB, all users and certs are
deleted too or? So whats the best way? i dont want to create all users
again with all certs..
—
Reply to this email directly, view it on GitHub
<#330 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOPIAPJFYBMOM4KB6G3QU2DVH7AFLANCNFSM5UZP2B2A>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Thanks
*Giu Platania*
Director
Door Business Consulting
Cell: +1 902 748 0992
LinkedIn <https://www.linkedin.com/in/giuseppe-platania-304b8233/>
|
Stopped FTS and WebUI, deleted the file /opt/FreeTAKServer.db and started FTS and WebUI again. |
A clean install was required for me to make 1.9.9.2 working. Cleaned with: Then I maked a clean install. NOTE: create a user on TFS-UI without cert don't work (user not listed on user list). Creation with cert work. |
@DanielHeinze what @Titou74 did is the best strategy, we will not provide detailed upgrade instructions because we have not tested and it may fail |
@brothercorvo thanks, that is working for me. But user create without cert is not working llike @Titou74 said |
I updated my server from 1.9.9 to 1.9.9.2 and after that iam not able to loggin to the webui. wrong credentials
The text was updated successfully, but these errors were encountered: