Hacker News new | ask | show | jobs
by ElectroNomad 264 days ago
Does Immich support bi-directional synchronization?

Say I deleted a photo from my device, and it gets deleted on the server?

1 comments

It apparently doesn't support that: https://github.com/immich-app/immich/discussions/4341

This article just highlights how hard it is to make optional offline applications. I feel like there should be a database-level solution to all this synchronizing.

Postgres can't run on a phone, so that's not a candidate for fully-synced database.

Thanks so much!

Following the issue now