speedtest
speedtest copied to clipboard
PostgreSQL issues - Similar to issue #466 for Mysql
I'm having the same issue using PostgreSQL using docker image linuxserver/librespeed:latest. When I got in the volume under /www/results, all that was created was an index.php file. Everything else was missing. I tried to add manually all those files but it didn't work after I restarted the container.
Also, from the code, telemetry_postgresql.sql, lines 91 and 92 do not work
COPY speedtest_users (id, "timestamp", ip, ua, lang, dl, ul, ping, jitter, log) FROM stdin; .
pgAdmin reports that I should use copy_from() instead.