postgres is not supported in docker image #675
Labels
bug
Confirmed
Docker
fixed but not released
Issue is fixed in some branch or commit but not yet in main branch
Description
When deploy latest docker image and enable telemetry no results are written to database because of missing libpq5 package.
Server
Env
DB_HOSTNAME postgres.int.xxx
DB_NAME librespeed
DB_PASSWORD XXXXXXX
DB_PORT 5432
DB_TYPE postgresql
DB_USERNAME librespeed
EMAIL jacek@XXXXX
ENABLE_ID_OBFUSCATION false
IPINFO_APIKEY XXX
MODE standalone
TELEMETRY true
Client
Firefox - latest
Steps to reproduce
Expected behavior
speed test data stored in postgres
Docker logs
<b>Warning</b>: PHP Startup: Unable to load dynamic library 'pgsql.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20230831/pgsql.so (libpq.so.5: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20230831/pgsql.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20230831/pgsql.so.so: cannot open shared object file: No such file or directory)) in <b>Unknown</b> on line <b>0</b><br />
The text was updated successfully, but these errors were encountered: