Gap: sync_backup

negative LibrePhotos github source
backend: only mark a job failed when error rate crosses a threshold
themes: Sync and backup · rating: · relevance: 1
The current update_scan_counter sets job.failed = True after a single per-photo error and the flag is sticky for the rest of the run: job.failed = failed or job.failed So a scan that processes 152520 photos and errors on 4 of them — a real production case visible in LongRunningJob row 58b891a5-5776-4a27-9ae3-c5610a80ee27 from a user's instance, with progress 152520/152520 and result.status='partial_failure' — shows up as the red "Failed" banner in the admin UI even though 99.997% of work succeeded. result already correctly carries the partial_failure status and the per-photo error list; only the sticky boolean is wrong. This change replaces both occurrences of the sticky assign
negative Nextcloud Memories github source
DB error: Undefined function: st_makepoint(numeric, numeric) does not exist
themes: Sync and backup · rating: · relevance: 1
### Describe the bug 2026-05-14T12:07:14.449395411Z [SimplePlaceResolver] DB error for lat=57.41827, lon=11.983421: An exception occurred while executing a query: SQLSTATE[42883]: Undefined function: 7 ERROR: function st_makepoint(numeric, numeric) does not exist 2026-05-14T12:07:14.449413447Z LINE 5: WHERE geometry && ST_SetSRID(ST_MakePoint(57.418... 2026-05-14T12:07:14.449420569Z ^ 2026-05-14T12:07:14.449426357Z HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2026-05-14T12:07:14.449431764Z SQL: 2026-05-14T12:07:14.449437001Z SELECT mp.osm_id, mp.admin_level,
negative Lychee github source
chore(deps): bump the production-dependencies group across 1 directory with 10 updates
themes: Sync and backup · rating: · relevance: 1
Bumps the production-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@stripe/stripe-js](https://github.com/stripe/stripe-js) | `9.4.0` | `9.5.0` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.4` | `4.3.0` | | [axios](https://github.com/axios/axios) | `1.16.0` | `1.16.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.12` | | [vue](https://github.com/vuejs/core) | `3.5.33` | `3.5.34` | | [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.4.0` | `11.4.2` | | [vue-router](https://github.com/vuejs/router) | `5.
negative Immich github source
Android App issue loading thumbnauls
themes: Sync and backup · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug So I have prefer remote images turned on in the android app. My current issue is that thumbnails don't load in search. Only some do. Also, if I delete the local copy of an image, it doesn't load the thumbnail in timeline unless I sign out and in. ### The OS that Immich Server is running on Rocky 10 ### Version of Immich Server 2.7.5 ### Version of Immich Mobile App 2.7.4 ### Platform with the issue - [ ] Server - [ ] Web - [x] Mobile ### Device make and model Pixel 10 Pro and Samsung S21 ### Your docker-compose.yml content ```YAML # # WARNING: Make
negative PhotoPrism github source
feat: show duplicate files in photo details
themes: Sync and backup · rating: · relevance: 1
### Description These changes expose PhotoPrism's existing exact duplicate records in the photo file details panel and add a dedicated delete action for those duplicate entries. The implementation stays within the existing photo details workflow instead of adding a new standalone view: - duplicate records are loaded for photo details and returned as file-shaped payloads - the Files tab renders duplicates alongside indexed files, shows their storage path, and labels them as duplicates - duplicate entries can be deleted without enabling unrelated actions like download, primary, or unstack - duplicate-aware responses are refreshed after duplicate deletion and unstacking so the panel stays in
negative Lychee github source
chore(deps): bump the production-dependencies group with 7 updates
themes: Sync and backup · rating: · relevance: 1
Bumps the production-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.2.4` | `4.3.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.4` | `4.3.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.12` | | [vue](https://github.com/vuejs/core) | `3.5.33` | `3.5.34` | | [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.4.0` | `11.4.2` | | [@tailwindcss/oxide-linux-arm64-gnu](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/crates/node/
negative LibrePhotos github source
Update frontend dependencies (major)
themes: Sync and backup · rating: · relevance: 1
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [@badeball/cypress-cucumber-preprocessor](https://redirect.github.com/badeball/cypress-cucumber-preprocessor) | [`^20.1.2` → `^24.0.0`](https://renovatebot.com/diffs/npm/@badeball%2fcypress-cucumber-preprocessor/20.1.2/24.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@badeball%2fcypress-cucumber-preprocessor/24.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/ba
negative Nextcloud Memories github source
Order albums by photo metadata date
themes: Sync and backup · rating: · relevance: 1
**Is your feature request related to a problem? Please describe.** Yes, I don't like how when you create an album, and then add photos to said album, you can't order them by date using the dates of the photos/videos in the album. You can only order alphabetically, by most recently updated, or by most recently created album. This doesn't make sense considering that many people are migrating to Nextcloud with years of old photos, and would probably want to see them all in chronological order. **Describe the solution you'd like** I would simply add another option to order albums using the dates of when the photos/videos were taken, just like Google Photos. Thanks!
negative Nextcloud Memories github source
Unique constraint violation in database when existing images get updated
themes: Sync and backup · rating: · relevance: 1
### Describe the bug When opening the timeline after one ore more images got updated since the last time when timeline was opened, it can happen, that there is a constraint violation in the database. It seems, Memories tries to update the previews for the updated images and does not realize, that the they already exists. URL called: ``` https://nextcloud.0x0c.de/apps/memories/api/image/preview/3344889?c=af856724820ece2361120a8204464b3e&x=340&y=340&a=1 ``` Error message: ``` An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '3344889-467-256-6-0--1' for key 'previews_file_uniq_idx' ``` ### Steps To Reproduce 1. Upload mu
negative Ente Photos github source
Ente Auth doesn't show the input password field and just show a spinner
themes: Sync and backup · rating: · relevance: 1
### Description So, I've been having problem with Ente Auth for a while now, it happened after I update the App but also probably because I updated my distro as well, but weirdly enough, the old version app on the updated system was fine, until i reboot and it no longer works. Basically, latest AppImage version won't open, but older version does open, but with no way of unlocking the vault (no password prompt). For the first problem basically the AppImage version failed to mount some file into the /tmp folder or something. While the latest version from AUR or the much older version of AppImage (4.4.12 and below) does open just fine but with no way of unlocking the vault. <img width="
negative Immich reddit source
Sufficient backup setup for Immich
themes: Sync and backup · rating: · relevance: 1
Hi all! I have after quite some tinkering managed to setup Immich in parallel with Synology Photos. I have all photos/videos on a 3x4TB SHR1 on my DS423+. I take weekly backups to two external USB-drives that I switch and one always stored in my office (every 3rd month or so). Also I have snapshots running daily. I am comfortable with the above and my question is about the Immich setup below: Immich is installed on a single nvme 0.5TB and are accessing the photos on the HDDs as a read only external library. The setup is with docker (Container manager). All uploads to my photo folder are done via Synology Photos. Immich is just for "browsing/searching/albums". I take nightly backups of the
negative PiGallery2 github source
Can't limit visible folders to users via Allow query
themes: Sync and backup · rating: · relevance: 1
--------------------------------------------------------------------------------- **Describe the bug** I'm trying to create a user that only has access to two folders, and I'm doing so via the `Allow query` option in the user details, specifying the query like this: `directory:Games or directory:Shows`. Upon trying to log in with that user, the images don't load, and I can see a SQL error saying that the column "directory.path" doesn't exist. I'm using mysql, but that happens with sqlite too. The query works as normal in the query input box at the top of the page. **Screenshots (optional)** shot of the user configuration: <img width="793" height="653" alt="Image" src="https://github
negative PhotoPrism github source
UX: Country & Time Zone selects close immediately after activation
themes: Sync and backup · rating: · relevance: 1
**Problem** On the photo edit dialog in Chrome, clicking the Country or Time Zone dropdown opens the menu for a fraction of a second and then immediately closes it, making the field unusable. The selects work normally in Firefox, and shorter dropdowns on the same dialog are unaffected. **Steps to reproduce** 1. Open PhotoPrism in Google Chrome (current stable, desktop). 2. Log in and navigate to any photo in the library. 3. Open the photo and click the Edit button (pencil icon) to open the edit dialog. 4. Switch to the Details tab. 5. Click the Country select field. - Expected: dropdown list opens and stays open so an option can be picked. - Actual: dropdown opens for a fraction of
negative LibrePhotos github source
Update mobile dependencies
themes: Sync and backup · rating: · relevance: 1
> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.24.9` → `7.29.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.24.9/7.29.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.29.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2f
negative Immich github source
AMD VAAPI encoding fails during software-decode fallback due to missing format=nv12 filter
themes: Sync and backup · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug When using AMD GPU (Radeon 780M) for hardware acceleration, hardware encoding crashes if the source video requires software decoding (e.g., an older MPEG4 codec video). When Immich falls back to software decoding and attempts hardware encoding, it passes the yuv420p pixel format directly to the h264_vaapi encoder. The AMD Mesa driver rejects yuv420p and requires nv12, resulting in an invalid VASurfaceID error and crashing the transcoding task before it ultimately falls back to pure CPU transcoding. ### The OS that Immich Server is running on Unraid 7.2.4 ##
negative Immich reddit source
Should I add NVMe as cache in my 720+?
themes: Sync and backup · rating: · relevance: 1
I’m a **semi-amateur user** running a Synology DS720+ mostly for: * **Synology Photos** (for uploading the photo — it’s stable). * **Immich** (for viewing photos/videos). * A few containers like **Podcast Casting** and **Audiobookshelf, maybe Plex.** (Dont have any problems with these) My main **pain point** is that **accessing my photos and short videos feels sluggish**. I measured that when streaming a 4K video, the download speed tops out at **17-20 Mbps**, and even short clips lag. Everything else (audiobooks, podcasts) runs fine with no hiccups. **So, I’m wondering:** * **Is an NVMe SSD cache worth it** for my use case? * **What size should I get?** (200?500GB? 1TB?) * **Should I ge
negative Nextcloud Memories github source
HDR Images will only render after zooming
themes: Sync and backup · rating: · relevance: 1
### EDIT: **Just realized that the "Always load high resolution image" option (which is key to this issue) is stored client side and was getting reset when I was clearing browser cache and other things during debugging and troubleshooting. Maybe this issue is more of a question of "how can we make 'Always load high resolution image' default for all users"?** ### Describe the bug I have managed to get HDR images to render after a bunch of trial and error and config adjustments but they will only render after zooming into the full image, they will never load the HDR image straight away. For example on mobile web interface I need to double tap to zoom into the image and in the desktop web int
negative Immich reddit source
Need tips and suggestions regarding my home setup for future use
themes: Sync and backup · rating: · relevance: 1
So to start off, I work in Infrastructure field but I'm a Windows engineer so most of this is new to me at least from OS and service perspective, I use most of this to have convenience of self hosted stack but also as a somewhat learning opportunity to dig into these new systems and services and OSes. Here's what I currently have: Hardware: * Lenovo M720Q Tiny - i5-8600T + 32GB RAM * Dell Optiplex 3070 Micro - i5-8500T + 32GB RAM * Synology DS223 - 2 x 8TB WD RED PLUS Software: * Proxmox on both tiny pcs * 2 x Caddy LXCs for reverse proxy (with keepalived) using Cloudflare DNS challenge * 2 x AdGuard Home LXCs * 2 x Proxmox Backup Server VMs (with keepalived) * Servarr VM with Docker
negative Format reddit source
LIA - Open Source personnal AI assistant
themes: Sync and backup · rating: · relevance: 1
[https://lia.jeyswork.com/](https://lia.jeyswork.com/) [https://github.com/jgouviergmail/LIA-Assistant](https://github.com/jgouviergmail/LIA-Assistant) # Why LIA exists LIA exists because I think we lack an AI assistant that is truly yours. Simple to administer day-to-day. Shareable with your loved ones, each with their own emotional relationship. Hosted on your server. Transparent about every decision and every cost. Capable of an emotional depth that commercial assistants don't offer. Reliable in production. And open — open on providers, standards, and code. # What LIA does not claim to be LIA is not a competitor to cloud giants and does not claim to rival their research budgets. As
negative Immich github source
ROCm ML image crashes (SIGSEGV) on AMD Phoenix iGPU (gfx1103) with MIGraphXExecutionProvider
themes: Sync and backup · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug ### Bug: `immich-machine-learning` `-rocm` image crashes (SIGSEGV) on AMD Phoenix iGPU (gfx1103) during model compile (MIGraphX EP) #### Summary On TrueNAS SCALE with an AMD Phoenix3 iGPU (gfx1103), the `immich-machine-learning:<version>-rocm` container repeatedly crashes with **SIGSEGV** during model compile/load when using **MIGraphXExecutionProvider**. This causes the Immich server to mark ML unhealthy and face recognition jobs fail with `fetch failed`. Switching to the **CPU** ML image resolves the issue. #### Environment - Immich version: **v2.6.3*
negative Immich reddit source
Fewshell: a self-hosted mobile AI terminal to assist with your self-hosted infrastructure
themes: Sync and backup · rating: · relevance: 1
tl;dr Fewshell is a "Sysadmin in your pocket" with strong safety and security defaults to allow safe AI assist. 100% free and open source. [https://github.com/few-sh/fewshell](https://github.com/few-sh/fewshell) Available on the iOS App store, MacOS, Linux, (Android and Windows also coming soon). Features: \- Secrets manager and secrets redaction to prevent leaking sensitive information to LLMs. \- Strong Security defaults: SSH is mandatory to access remote systems. \- Support for self-hosted models as well as frontier LLM providers. \- Human-gated safety approach: no command runs without human approval. \- Multiple projects, sessions, full context visible to the LLM to help yo
negative Nextcloud Memories github source
map Access blocked 403r on memories
themes: Sync and backup · rating: · relevance: 1
### Describe the bug Access blocked Referer is required by tile usage policy of OpenStreetMap's volunteer-run servers: osm.wiki/Blocked ### Steps To Reproduce _No response_ ### Platform ```markdown - OS: - Browser: - Memories Version: - Nextcloud Version: - PHP Version: ``` ### Screenshots _No response_ ### Additional context - Any errors in the JS console? - Any errors in the Nextcloud server logs?
negative Immich app_store source
fix bug
themes: Sync and backup · rating: 1 · relevance: 1
can not sync photo
negative Synology Photos app_store source
Sort of Works Sometimes?
themes: Sync and backup · rating: 1 · relevance: 0.9
This app is so bad. 1. Log in was confusing and the error messages were unhelpful. Took a second to even get in. 2. All my photos were already loaded (imported from elsewhere to my NAS) yet they load very slowly. 3. Ever since initial setup, I’ve been unlucky and haven’t been able to get the app to work since. Only the few thumbnails that were generated at the start are still visible. 4. Yet, even though it’s clearly not working, the app gives me no status on the actual sync / loading state. Just perpetual loads. I’m thankful I’m not trusting this thing to back up the photos I take on my phone (like I said, I’m mostly using this as a viewer) because wow is it unreliable. Unfortunate that’
negative Synology Photos app_store source
Pin input creates more popular than windows 95 errors
themes: Sync and backup · rating: 2 · relevance: 0.9
When I open the app, it just pops up the PIN code dozens of times. It’s like it’s trying to convince me I don’t know my PIN code, but when I shut down the app and reopen, the PIN code works… until I let it run in the background again. It’s great that this syncs with my nas when it actually works, but the user experience for syncing this makes me want to just delete the app and just use iCloud.
negative Immich reddit source
Trying to decide low maintenance replacement for google photos and need some opinions
themes: Sync and backup · rating: · relevance: 1
Hey, I just had a wee one and want to move off google photos soon for privacy reasons, but also to have a little more control over my photos. Hoping for some opinions and/or experience with some setups. All I would like really is photo backup from 2 phones, ability to create albums, and the solution being robust and not too might maintenance. Everything else is an added bonus. Currently I have a pibox for a NAS with 2 x 2tb drives - one with SMB share and the other one for backups (yes, it's not 3-2-1 for now). It's small, quiet, with debian and ansible + docker compose management. CM4 module though only has 8GB flash storage, so I might need to use one of the drives for the OS if I want t
negative Synology Photos app_store source
Broken and unstable
themes: Sync and backup · rating: 2 · relevance: 0.9
This app resulted in my iphone becoming unstable when I entered “Focused Backup” mode. Not only did it result in messing with my apple accounts and apple watch, it also resulted in various issues that i’m finding out as I use my phone. Some of my contact names were removed and some phone started going out of sync with my Apple ID and account. Overall, it was a clumsy mode and I wish I would’ve done my first backup by moving all my pictures out of the phone and from a laptop instead of using this app.
negative Ente Photos app_store source
Struggles to Backup
themes: Sync and backup · rating: 1 · relevance: 0.9
It really struggles to do a simple backup of a few sub 1 minute videos. The UI is lovely but I don’t think I can rely on it because of its poor performance
negative Immich app_store source
Slow with poor backups
themes: Sync and backup · rating: 2 · relevance: 1
Honestly? I reallllly want to love this app as it has all the features I want and more. But its boarder line unusable and slow. The backup function is broken (which is an iOS issue apparently) and images load incredibly slowly even when in LAN. It also somehow uploads videos corrupted (only a few, and not sure why). It’s got a lot going for it, but just feels unstable and buggy.
negative Synology Photos app_store source
New version broken
themes: Sync and backup · rating: 2 · relevance: 0.9
Sync seems to get stuck when connectivity is unavailable (eg, VPN to home is disconnected). When connectivity is restored, it stays stuck on that one picture - wasting precious time for travelers. Please add a “cancel” button so the user can get unstuck. Force quit does not work.
negative Immich app_store source
Broken
themes: Sync and backup · rating: 2 · relevance: 1
Backup stuck at ~40%. Many users reporting this problem in forums since mid-2025. Basically, the app tries uploading a file, sees that there is already a file on the server with this name, then just stops trying to backup any files altogether. Unfortunately, there does not seem to be a working solution. So, it’s scrap until this gets fixed. Sigh. I had such high hopes for this app, but this bug makes it worthless
negative Immich app_store source
iOS app is, mostly, unusable
themes: Sync and backup · rating: 2 · relevance: 1
This review is specific to the mobile app only. Immich otherwise is superb. As a new user (Nov) I’m hoping the capability of the mobile app will eventually become as reliable as the web app. I’m not looking for it to be as full featured….I just want it to work. By this I mean properly sync with the server, perform uploads reliably, widget performance, UI fluidity. This is essential if I’m going to get buy-in from the family. Thank you.
negative Lychee github source
Pinning albums is delayed
themes: Sync and backup · rating: · relevance: 1
### Discussed in https://github.com/LycheeOrg/Lychee/discussions/3862 <div type='discussions-op-text'> <sup>Originally posted by **hampoelz** December 10, 2025</sup> ### Lychee version v6.10.3 ### Did you check the latest Lychee version? Yes, I did ### Which PHP version are you using? PHP 8.4 ### Detailed description of the problem When I pin or unpin albums, it takes several minutes for the change to become visible. I think this is due to the cache functionality I've enabled - because after I manually flush the cache and reload the page, the change becomes visible immediately. I think the cache should be updated automatically in this case. Especially if you do
negative Format reddit source
Questions about performing the admin account reset
themes: Sync and backup · rating: · relevance: 1
My dad set up a DS220+ a while ago. He passed away around 3 years ago, so I can't access his account or the admin account. As far as I know there's multiple accounts with varying access levels to the data on the drives. I have access to a limited amount of data on my account, but I want to view everything on there. I can't seem to figure out the admin password and my mom doesn't know the password to it. I know there's a method to resetting the admin account, but it's on DSM 7.0.1 and I'm worried that the drives are encrypted and I'll lose access to them by performing the reset. According to [this link on Synology's website](https://kb.synology.com/en-my/DSM/tutorial/How_to_reset_my_Synology
negative Synology Photos app_store source
Photos lost?
themes: Sync and backup · rating: 1 · relevance: 0.9
I have been synching photos to Synology drives for a while. After recent updates, I just can’t see the photos that are not available on my phone! The whole point of using this app is lost if I can’t find photos synched to the private cloud. Please fix this.
negative PhotoPrism reddit source
Replacing HDD on old desktop pcs
themes: Sync and backup · rating: · relevance: 1
Hello, I was looking into methods to upgrade from my laptop + external usb enclosure so i can stop with the drives going above 70c & possibly the usb controller dying someday. I decided to look into repurposing old desktop pcs that have a lot of drive bays for the budget route. currently looking at the antec 1100 & CM 310. however, there are a few things i need to clarify in case i am limiting my options. the purpose of the nas is mostly for general storage, image recognition using immich or photoprism (most likely using a gpu & intending to disable after initial) & maybe a little homelab 1. there are exposed & hidden variants. I wanted to ask if there is an issue with
negative Immich reddit source
Replacing HDD on old desktop pcs
themes: Sync and backup · rating: · relevance: 1
Hello, I was looking into methods to upgrade from my laptop + external usb enclosure so i can stop with the drives going above 70c & possibly the usb controller dying someday. I decided to look into repurposing old desktop pcs that have a lot of drive bays for the budget route. currently looking at the antec 1100 & CM 310. however, there are a few things i need to clarify in case i am limiting my options. the purpose of the nas is mostly for general storage, image recognition using immich or photoprism (most likely using a gpu & intending to disable after initial) & maybe a little homelab 1. there are exposed & hidden variants. I wanted to ask if there is an issue with
negative Immich app_store source
Backup doesn’t work after app update
themes: Sync and backup · rating: 1 · relevance: 1
Isn’t the point is to backup your photos, but with the latest update it doesn’t see the backed up photos. Can’t even upload new photos as it’s unable to sync, feels like a waste of time.
negative Ente Photos app_store source
Seems nice but disappointed
themes: Sync and backup · rating: 2 · relevance: 0.9
It prompts for you to buy more storage even though the storage isn’t full. It gives you 10GB free which is okay. It filled up to 10.03GB pretty quickly so you make space I deleted over an hours worth of videos from the ente folder (not the “on device folder)” and it still says it’s at 10.03GB even though it hasn’t backed up anything else. Yes, I went to the trash folder to make sure to permanently delete. Same result. I already have an external hard drive so I’m not overly pressed about buying more storage. The $2.99 seems reasonable enough, I just don’t like feeling like I’m being played or lied to over it. There’s no way the forage hasn’t budged after that delete. It’s that reason why I’m
negative Immich github source
[iOS] SqliteException(2067): UNIQUE constraint failed in remote_asset_entity during sync
themes: Sync and backup · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug **Description** When using Immich iOS client (iPhone 13 Pro, iOS 17/18), the app crashes with a SQLite UNIQUE constraint error during sync. **Steps to Reproduce** 1. Upgrade server to v1.144.1. 2. Open Immich iOS mobile app. 3. Let sync run with existing assets. 4. Error appears in logs: SqliteException(2067): while executing statement, UNIQUE constraint failed: remote_asset_entity.owner_id, remote_asset_entity.checksum Causing statement: INSERT INTO "remote_asset_entity" ... 5. Resetting the mobile DB (deleting & reinstalling app) DOES NOT work. **Exp
negative Synology Photos app_store source
Sync Issues
themes: Sync and backup · rating: 2 · relevance: 0.9
Syncing of large files is such a pain. Always need to constantly check the progress and stay on the screen. If soething fails - it reuploads the file from scratch, even if it's a 2 Gb file. Always problematic. If you want - as a QA I can help you test it properly. Otherwise, it's barely usable at this point.
negative Immich app_store source
Terrible Photo Backup App
themes: Sync and backup · rating: 1 · relevance: 1
The primary purpose of a backup is to restore data from it. However, in practice, Immich is horrible at restoring photos to your phone. Consider this scenario: you purchase a new iPhone and use your own Immich server to back up your old iPhone’s photos. You want some of those photos on your new iPhone, so you open the Immich app, connect it to your new phone, and press the download button on a few photos to create a wallpaper on your new iPhone. Surprisingly, the app is coded so poorly that it doesn’t exclude the photos you restored or downloaded from Immich to your new phone. As a result, you end up with duplicates on the Immich server when the auto-backup begins from your new iPhone. It on
negative Damselfly github source
Bump electron from 20.0.0 to 35.7.5 in /Damselfly.Desktop
themes: Sync and backup · rating: · relevance: 1
Bumps [electron](https://github.com/electron/electron) from 20.0.0 to 35.7.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v35.7.5</h2> <h1>Release Notes for v35.7.5</h1> <blockquote> <p>[!WARNING] Electron 35.x.y has reached end-of-support as per the project's <a href="https://www.electronjs.org/docs/latest/tutorial/electron-timelines#version-support-policy">support policy</a>. Developers and applications are encouraged to upgrade to a newer version of
negative CloudSpot app_store source
The AI is dumb
themes: Sync and backup · rating: 2 · relevance: 0.9
I tried putting in a cumulonimbus picture and the ai said it was a contrail cloud when u can literally see the cumulonimbus anvil shape 💀 contrail looks nothing like the picture i put in
negative Nextcloud Memories github source
Managed Servers and the ffmpeg Problem
themes: Sync and backup · rating: · relevance: 1
**Is your feature request related to a problem? Please describe.** Managed Nextcloud servers do not allow you to install ffmpeg, which makes it impossible to create thumbnails for videos. This makes the gallery only half as enjoyable. **Describe the solution you'd like** The Les Pas app (https://github.com/scubajeff/lespas) has solved this problem quite well by rendering the missing thumbnails locally. (Unfortunately, I didn't like the app at all, unlike Memories.) **Additional context** Congratulations on the app. I'm thrilled with how smoothly everything runs. :)
negative Synology Photos app_store source
Nothing but issues
themes: Sync and backup · rating: 1 · relevance: 0.9
1. The app keeps logging me out saying and then I have to log back in and setup my backups again and let that run 2.. anytime I create a new shared album I have to log out of the app for it to show up. Again having to step my back ups etc 3. I use my nas for storage of my family and they have the same issues and since their accounts is on dual factor they constantly have to check the app to see if things are backing up. They get logged out of the app even when it’s remember my device it still prompts for dual factor.
negative Immich github source
iOS does nothing when upload bunch of media files on Safari mobile browser
themes: Sync and backup · rating: · relevance: 1
### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug I've created a shared link to an album with access to upload photos, sent it to a friend Friend said that she was not able to upload all the photos/videos at once (she selected all the files, around 50-60 and confirmed selection), however she did uploaded all of them in batched of 10-12 files without issues She is using iPhone 15 Pro, iOS 18.5, Safari I personally don't have an iPhone, neither have access to any, so can't reproduce this bug, will appreciate if someone can confirm or deny this issue ### The OS that Immich Server is running on Ubuntu 25.04
negative CloudSpot app_store source
Downloaded for previous Photos
themes: Sync and backup · rating: 2 · relevance: 0.9
I saw this app mentioned in a Reddit post about clouds and love collecting apps to identify aspects of the natural world, but was severely disappointed to realize that I cannot upload already existing photos onto the app to identify clouds on. I live in an area with a semi-common occurrence of Asperitas clouds, and wanted to document the times I’ve caught it on camera. However, I cannot do that as I can’t upload old pictures. Very disappointing and I guess I’ll just delete the app because I have little use for it in the summer.
negative Format reddit source
DS720+ Reconfigure
themes: Sync and backup · rating: · relevance: 1
I'm thinking about reconfiguring my DS720+. I have 2x12tb formatted 10.9tb usable in both bays in a mirror storage pool 1, an external esata that's not supported (of course) an external USB backup drive, a 512gb Samsung 970 NVME in cache slot 1 and a WD Blue 1tb in NVME Slot 2 that I was using as storage for Surveillance Station via 'The Hack'. The problems... Synology keeps detecting and disabling my NVME disk and taking my storage offline, causing my recordings to go weeks before noticing I'm not recording anything. Clearly I'm losing this battle. Also, NVME recording seems to have a lot of ghosting issues, where the MP4's play back and frames tend to have intermittent skipping in cert
negative Zenphoto github source
Problem with table repair
themes: Sync and backup · rating: · relevance: 1
After setup I can see this warning: > Warning: the options table appears not to have a proper UNIQUE key. There are probably duplicate entries in the table which can cause unpredictable behavior. This can normally be corrected by creating a Zenphoto backup, dropping the table, running setup to restore the table, and then restoring from the backup. Note, however, that the duplicate entries will be lost. So I tried to do those steps, but I can't run the setup without having the options table because it won't let me accept the terms and conditions: <img width="1728" alt="Image" src="https://github.com/user-attachments/assets/5f204dd3-b401-4abd-ae28-75b65f863f88" /> The code has: `
negative CloudSpot app_store source
Can’t submit photos easily
themes: Sync and backup · rating: 2 · relevance: 0.9
This app used to be amazing but it no longer allows you to submit photos taken earlier or with another camera this means if you have a professional camera or even if you want to use the camera settings on your phone, you can’t. You are required to take the photo within the app, which gives you more limited camera functions, and categorize the cloud in that moment. This transition happened without warning while I was traveling internationally. I was disappointed when I returned home that I couldn’t upload any of my cloud photos from my trip.
negative Capture One app_store source
EVERYTHING IN MY CLOUD IS GONE!
themes: Sync and backup · rating: 1 · relevance: 1
all of my work in past several months just magically disappeared within the app, but I have 15 GBs of data saved? I had big photoshoot 04/12 and then a few days later I go to start editing and everything within the app is gone, not a single photo just blank albums. Things like this should have a customer service support to speak to but all we got is FAQs?
negative Nextcloud Memories github source
Memories Android App: "failed to fetch" error message in home screen
themes: Sync and backup · rating: · relevance: 1
### Describe the bug Similar to issue https://github.com/pulsejet/memories/issues/1336#issue-2633325692 I've reset the app completely, deleting cache and storage. Nevertheless, after logging into my self-hosted instance and configuring the app, I'm greeted by a blank black "home" screen with the error message "failed to fetch". Force-closing and re-opening the app does not solve the issue. However, my indexed and tagged categories are visible in the "explore" tab. I see all the people and tags that the "Recognize"-plugin running on the instance has discovered. I'm running V1.12 of the android app installed via Droidify. I'm running Nextcloud 30.0.6 on Yunohost 12.0.11 with Debian 12.
negative Zenphoto github source
Database and storage pruning
themes: Sync and backup · rating: · relevance: 1
Hi all, happy new year! The websites I run (dualmonitorbackgrounds.com is the biggest one) get a lot of user registrations, but most users don't add images, and many are spammers. This causes a some problems: - Each time someone adds a new account, it creates a folder in the `albums` folder, which means there are about 50k folders in there, but about 49k are empty - It's almost impossible to load the user and group management pages, because even if the server ever completes the page load, the browser uses GBs of memory until it runs out. So if I want to change permissions I have to go into the code and find the enums and change it in the database directly 😆 - The SQL server uses a lot
negative Capture One app_store source
No sync between desktop
themes: Sync and backup · rating: 1 · relevance: 1
No image library sync from desktop to mobile. What is this, 199? Get cloud. Dang. I can’t switch from Lightroom until this happens.
negative PhotoPrism reddit source
[ Setup Review ] Old Laptop Home server
themes: Sync and backup · rating: · relevance: 1
I have been running this home server setup for 2 years now. Would like to get review and improvement suggestion from all of you. Thanking everyone in advance. **Main Use Cases :** * Home NAS (No more google cloud or any other cloud) * App Server (\*arr stack, photoprism, downloaders, etc) all in docker * Occasional new OS testing in proxmox (Can live without it) **Major Concerns :** * Should I move away from proxmox and run OMV on bare metal. * My network copy speeds are around 25 MBps on wifi 6. Is this the correct read speed for a 1Gig network card? If not how can figure out the bottleneck **Hardware Setup:** * **System Configuration:** * CPU - Intel(R) Core(TM) i5-7200U
negative Capture One app_store source
Not worth subscription
themes: Sync and backup · rating: 2 · relevance: 1
I like Capture One but having this semi functional app be subscription based is crazy to me. Especially since the workflow to actually get images of the iPad involves either long upload and downright times or this awkward local export process first to the iPad files app and then again to a USB drive. I just can't justify the cost.
negative PhotoPrism reddit source
NVMe SSD longevity
themes: Sync and backup · rating: · relevance: 1
A few days ago the NVMe SSD of my mini pc started reporting failures and everything stopped working. I have backups and snapshots in place so I didn’t lose critical data. But what is weird to me is that the disk only lasted about 1 year. I run about 20 docker services (*arr suite, photoprism, home assistant, etc), and a couple of cron jobs (poll TrueNAS for notifications, export files, etc). Is this too much stress for a single NVMe SSD drive? The drive was rated for 600 TBW, and I know this rating does not translate directly, but now I’m concerned if I just replace the drive and it lasts just one more year. Could this have been a case of just a bad quality drive or is this “normal” for a
negative Capture One app_store source
Tether works for GFX 50Sii but not worth 5$
themes: Sync and backup · rating: 2 · relevance: 1
This app works great for tethering and live view very fast and easy to use. Can’t send raw files to another photo editing app. Only can export the jpg Can’t easily backup raw files to external ssd without computer. Photo editing in app is extremely limited compared to even Lightroom for iPad. This app is worth a one time purchase but definitely not worth a monthly subscription. With how bare bones limited it is.
negative PhotoShelter reddit source
Photoshelter deleting images
themes: Sync and backup · rating: · relevance: 1
Hi all - I’m currently starting to migrate my Photoshelter site (to Wordpress), so I’ve been reviewing each of my galleries, and I’ve noticed that quite a few of them are empty, including recent galleries which I definitely uploaded photos into. Has anyone had similar problems, and any luck with getting the images restored? I’m currently on the USD$50/month plan. Edit: it’s the CLIENT GALLERIES which are being emptied, ffs! Another edit: I’ve been missing out on a lot of notifications, I’m so sorry.
negative Zenphoto github source
Search cache issue storing criteria/serialized arrays
themes: Sync and backup · rating: · relevance: 1
I'm working on adding support for Related Items plugin to my theme Paradigm and have encountered a strange issue. Tested with todays 1.6.3a (Official build) on my test site and 1.6.2a on live site. Issue: when adding printRelatedItems with any parameters execution causes unexpected end of file for browsers. On desktop browsers this is often forgiven and content is rendered regardless. But on mobile - part of the page is not rendered which causes loss of functionality (tested with Chrome, Vivaldi) In validators - this causes errors "Error: End of file seen and there were open elements." and everything related to printRelatedItems and afterwards is flagged as "Unclosed element" Th
negative Zenfolio app_store source
Zenfolio lost its North Star
themes: Sync and backup · rating: 1 · relevance: 0.95
I’m still a Zenfolio customer. Have been one for more than a decade. But I’m now considering closing my account. Nothing works anymore (the App doesn’t show my pictures, the website has archived most of my galleries and I’m unable to restore them, prices have increased year after year unreasonably, performance is poor) as advertised. It’s really sad to see such a cool platform and company lose its former customer centric North Star.
negative Immich github source
Hardware acceleration cause video play with stuttering effect
themes: Sync and backup · rating: · relevance: 1
### The bug I'm running into an issue where some videos, but not all, stutter when viewing from the web. By stutter, I mean it looks like it freezes every half second for a moment and this lasts throughout the entire video, which makes for a very jerky watching experience. There's no indication the video is buffering, and the file size does not seem to matter (can happen with both large and small video files). If a video is affected, the stutter happens whether I am hovering over the thumbnail or clicking into the video. The video file itself is fine - it plays back without issue when downloaded. Similarly, viewing the same video on the app does not have any stutter either. Would appr
negative PhotoStructure github source
Bump sharp from 0.28.3 to 0.32.6
themes: Sync and backup · rating: · relevance: 1
Bumps [sharp](https://github.com/lovell/sharp) from 0.28.3 to 0.32.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p> <blockquote> <h3>v0.32.6 - 18th September 2023</h3> <ul> <li> <p>Upgrade to libvips v8.14.5 for upstream bug fixes.</p> </li> <li> <p>Ensure composite tile images are fully decoded (regression in 0.32.0). <a href="https://redirect.github.com/lovell/sharp/issues/3767">#3767</a></p> </li> <li> <p>Ensure <code>with
negative Capture One app_store source
Useless with Fuji GFX 50s
themes: Sync and backup · rating: 2 · relevance: 0.7
This app crashes constantly and does not have any camera controls! When I applied an adjustment to correct for parallel lines on each image, the app crashed every time. Capture pilot with a laptop running Capture One works way better, but it requires Wi-Fi and battery backup for the laptop to make it all day through a shoot. This app could be so useful if they can get the bugs worked out and add camera controls, or at least remote shutter control!
negative Lomorage github source
Photo transfer issue from iphone to unraid server running lomorage
themes: Sync and backup · rating: · relevance: 1
Unraid 6.10.3 with IOS 16. Lomorage app uploaded about 8K of photos pretty quicking but now everytime I bring the app up on the IOS to finish the last 2K photos and it runs, I have been having a hard time getting the rest of the photos to sync to Unraid server. It starts to sync then slowing transfers a few photos over a 20min period and than appears to hang or is busy doing some else. Not sure if there are any settings I can change to make this work as designed. I just updated the docker this morning for Lomorage on Unraid this morning hoping this would get it to start working. Any tips on what maybe the issue
negative CloudSpot app_store source
Almost great, but has serious issues
themes: Sync and backup · rating: 2 · relevance: 0.9
This app has the potential to be a great cloud spotting app. However, it has what appears to be a serious bug. When spotting clouds, it does not save what you’ve spotted. There is a location in the app to view spotted clouds, but no matter how you spot/identify a cloud, they never are saved to the app. Aside from that, there is a serviceable ai cloud identifier in the app, but this often misidentifies. For learners, this can be frustrating. Additionally, there does not seem to be any user community on the app. In other words, you cannot view other users clouds, or have another user identify your cloud. All together, this app sort of works but has some serious issues.
negative PhotoPrism app_store source
Will there be a auto sync feature?
themes: Sync and backup · rating: 1 · relevance: 0.9
There is very little features on this app.
negative Capture One app_store source
Crashes over and over
themes: Sync and backup · rating: 2 · relevance: 0.7
Clients were getting aggravated so we just started mirroring the laptop screen instead. Keeps freezing. Brand new iPad, and 2020 MacBook Pro. Needs to be updated. Unreliable.
negative CloudSpot app_store source
Can’t Report Clouds
themes: Sync and backup · rating: 2 · relevance: 0.9
Im a huge fan and member of the CAS, but this app has a flaw / error in that it doesn’t let you report spotted clouds. The developers need to fix it.
negative Capture One app_store source
Restore Purchase button doesn’t work!!!
themes: Sync and backup · rating: 1 · relevance: 0.7
Come on guys, I’ve already payed for this and your restore purchase button doesn’t work!!! What’s going on? A company that is targeting real professionals doing such a BAD JOB with its mobile app all around!
negative SmugMug app_store source
Won’t Sync!
themes: Sync and backup · rating: 1 · relevance: 0.9
I can’t get dang thing to sync. I put in smugmug login and it says successful but then never shows my galleries!! Very disappointing!
negative SmugMug app_store source
Look elsewhere
themes: Sync and backup · rating: 1 · relevance: 0.9
All the app needs todo is sync, unfortunately it totally fails. Interface is horrible and can't get app to do anything.
negative SmugMug app_store source
Can't sync my photos
themes: Sync and backup · rating: 1 · relevance: 0.9
Don't waste your time with this app. It just crashes every time I try to sync. I tried it on my iPad and iPhone with the same result. Very frustrating 
negative SmugMug app_store source
The photos do not show
themes: Sync and backup · rating: 1 · relevance: 0.9
I chose wich galleries I want to so sync, but after syncing there's no pictures on it. Lame!! MUD!
negative SmugMug app_store source
NO Sync Photo
themes: Sync and backup · rating: 1 · relevance: 0.9
Nice interface. Maybe they are a version behind, but I got a lot of spinning wheels and no photos. You get what you pay for.