usefathom / fathom

Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.
https://usefathom.com/
MIT License
7.52k stars 364 forks source link

Postgresql 14 unsupported #341

Closed kallisti5 closed 2 years ago

kallisti5 commented 2 years ago
opening database: opening db: ping Postgres DB: pq: unknown authentication response: 10

Looks like the database provider for fathom needs updated to support newer versions of postgres.

kallisti5 commented 2 years ago

Oof.. Looks like the postgresql mod is from 2018. https://github.com/usefathom/fathom/blob/master/go.mod#L15

kallisti5 commented 2 years ago

https://github.com/usefathom/fathom/pull/342 was opened with a solution

LKaemmerling commented 2 years ago

Fixed with #342