Skip to main content

Development: 2025 - September and October

ยท 2 min read
Niaz Faridani-Rad

Breaking change: Postgres v18+: change your volume mount path!

With Postgres v18+, mounting a volume to /var/lib/postgresql/data can fail in Docker/Kubernetes due to an upstream change that enforces a new data directory (/var/lib/postgresql/MAJOR/docker) and adds a symlink from /var/lib/postgresql/data to /var/lib/postgresql (details).

Action required: Mount your volume to /var/lib/postgresql instead. pgautoupgrade will detect any existing data there and migrate it to the new structure (discussion: pgautoupgrade#164).

Upstream:

  • ๐Ÿš€ LibrePhotos/Frontend: You can now edit GPS locations
  • โœจ Frontend: Upgraded to Mantine 8.3 and fixed linting errors (Implemented by sickelap)
  • โœจ LibrePhotos: Using Argon2PasswordHasher for new and updated accounts for faster authentication
  • ๐Ÿ”จ LibrePhotos: Handle empty recently added photo queries
  • ๐Ÿ”จ LibrePhotos: Fix BLIP on newer versions of librephotos
  • ๐Ÿ”จ LibrePhotos: Fix proxy redirects for non-ASCII original photo paths
  • ๐Ÿ”จ LibrePhotos: Fix LLM models downloading even when none was selected
  • ๐Ÿ”จ Frontend: Fix a bug when uploading images
  • โœจ LibrePhotos: Updated dependencies and updated language strings from the community

If you are interested on how I develop this application, you can watch me develop features live on my channel


Sponsoring development:

My work is sponsored by 2 awesome people!

If you like the work I do, then you can support me via GitHub sponsors or via PayPal