shinyproxy icon indicating copy to clipboard operation
shinyproxy copied to clipboard

Connection impossible when using "usage-stats-url: jdbc:postgresql://localhost/postgres"

Open mos790 opened this issue 3 years ago • 0 comments

Hello,

I'm trying to store the shinyproxy stats in a PostgreSQL database, to do this, I created a database and the event table like indicated on the documentation.

This problem is similar to the one occurred with influxdb ... I also tried with the monetdb, same result.

image

My shiny app work well without the usage-stats-url: jdbc:postgresql://localhost/postgres line in the application.yml file

image

But when I add the following line, I can no more connect to my apps.

#usage-stats-url: jdbc:postgresql://localhost/postgres #usage-stats-username: postgres # influxdb username if needed #usage-stats-password: postgres # influxdb password if needed

The shinyproxy is launched with docker-compose, thanks for any help.

image

mos790 avatar Oct 16 '22 21:10 mos790