Deploying Photoview with PostgreSQL: A 'No Such File' Detective Story
This post is a step-by-step guide to deploying the Photoview photo gallery on Docker using PostgreSQL instead of the default MariaDB. I’ll walk you through how I solved two key “gotchas”: first, a cryptic no such file or directory error caused by a volume path change in newer PostgreSQL images, and second, the file permissions required to allow Photoview to successfully scan your media library. ...