-
Notifications
You must be signed in to change notification settings - Fork 145
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
[Help wanted] Should update to traccar 3.3? #424
Comments
Is the current version of traccar-web compatible with 3.3? |
Most probably it will work with same instructions. But I haven't got a time to test it. Will update this issue once I try it myself. |
I am now just trying it, and the 1st problem I find is that the user table has something, not sure of what difference, but, cannot login to any account. |
The web UI mod does not user |
so, what workaround can I do, since not even admin works. how do I copy and set password? sentences in SQL? how to create the password. Or is it available a default user password |
The following administrator user credentials should be created at the first launch of the web UI mod: username: admin To copy passwords you need to run an SQL query. Something like INSERT ... SELECT could work, but since most probably password is a hash, which is generated differently than in this project you will need to reset passwords as well. |
I have clean installation of traccar 3.3. Should I folow instructions for
|
Yeah. Try to follow same instructions. вторник, 29 декабря 2015 г. пользователь mpele написал:
Kind regards, Vitaly Litvak |
No, it was not created on 1st launch, now I am looking into the database. |
@warlockopy do you see tables created by the web UI mod? There should be |
Now I can see the created tables, after re doing the instalation, but. |
Try to remove/comment out the following line in traccar configuration file: <entry key='database.changelog'>./database/db.changelog-master.xml</entry> |
now it works, but does not connect to the web in 8082 |
here config file attached 2015-12-29 11:37 GMT-03:00 Vitaly Litvak [email protected]:
|
Are there any errors in |
STATUS | wrapper | 2015/12/29 16:10:39 | --> Wrapper Started as Daemon |
This means you have another instance already running, which blocks your h2 database. Try to stop service, kill all |
Ok. Now it works, but with the same error, cannot loggin nor register |
Do you have any records in |
1 admin admin D33DCA55ABD4CC5BC76F2BC0B4E603FE2C6F61F4C1EF2D47 000000000000000000000000000000000000000000000000 false true osm en km kmh 0.0 0.0 0 true false false false 1 |
It does not look like it is a |
it is "users", the v3.3 has the table just like it, what happens if I delete? |
It will be re-created after restart |
Actually you can just truncate it and then start service. It should add |
OK, now it works, steps done are this.
into sql workbench
on folder /opt/traccar/data
|
Thank you. I will consider these when I come to the updating of installation instructions. |
Leaving 777 perms on the database file is not a very good practice :) |
Today traccar v3.3 was released. Has anyone made the transition? Apart from installing should I change anything to the database?
Thank you in advance for your response.
The text was updated successfully, but these errors were encountered: