Is there support for web interface when using postgresql ?

prvn309 years ago

I'm using posgresql as my database. I can't find any web interface on localhost:8082.
(I followed the documentation provided by you in https://www.traccar.org/postgresql/ and the server is running without any errors.)

Anton Tananaev9 years ago

It should work. Check logs to see if there are any issues there. Most likely the problem is that server can't connect to the database (URL is incorrect or some network issues).

prvn309 years ago

We have to provide the name of the role( postgres roles ) and password for the role in config/traccar.xml right ?

prvn309 years ago

It's working now. Thanks :)