Nextcloud V954 Issue

Nextcloud has been acting up since V954 update.

Nextcloud functions for about 2 days then is not reachable.

Top -n 1 list a bunch of nextcloud processes that never complete. See pic.

I can run “snap restart nextcloud” to get access for a while but it will again become inaccessible. Logs sent.

Hi Ryan,

Thanks for the report. The cause isn’t v954 — it’s the Nextcloud Recognize app. Its face-clustering job runs every 15 min, doesn’t finish, and over ~2 days piles up postgres connections that wedge the system. snap restart clears them, which is why the workaround lasts ~2 days.

Recognize has been a poor fit for home servers for a while — same advice came up in #365 and #384. Recommended fix: disable Recognize and use PhotoPrism (also in the App Store) — it does the same job in a standalone Go process and won’t touch Nextcloud.

snap run nextcloud.occ app:disable recognize
snap restart nextcloud

Then install PhotoPrism and follow the wiki: Photoprism — one symlink so it indexes your existing Nextcloud photos in place. Auto-indexing every 3h is on by default.

Let me know if anything trips up.

Awesome, I’ll give that a try.

Thanks for the quick response!