Version: Docker latest version

Error: Update daemon is not updating feeds.

It looks like early in the hours of the morning my update for feeds had stopped. I’ve attempted to restart them but no luck. Attempted:

  • docker-compose exec --user app app php8 /var/www/html/tt-rss/update.php --feeds
  • docker-compose exec --user app app php8 /var/www/html/tt-rss/update.php --force-update
  • Attempted removing the lock files too but no luck

No issues in event log either.

Any suggestions?

Thanks!

Even after running force update all feeds I still see 0

docker-compose exec --user app app php8 /var/www/html/tt-rss/update.php --feeds
[15:16:12/93] Lock: update.lock
[15:16:12/93] Scheduled 0 feeds to update…
[15:16:12/93] Sending digests, batch of max 15 users, headline limit = 1000
[15:16:12/93] All done.
[15:16:12/93] Expired cache/export: removed 0 files.
[15:16:12/93] Expired cache/feeds: removed 0 files.
[15:16:12/93] Expired cache/images: removed 0 files.
[15:16:12/93] Expired cache/upload: removed 0 files.
[15:16:12/93] Removed 0 old lock files.
[15:16:12/93] Removing old error log entries…
[15:16:12/93] Purged 0 orphaned posts.

dunno what to tell you, there were no recent changes to blame this on. some kind of time-related problems on the server?

you can always try going back to previous images / changesets and see if that helps.

Not that I’m aware of and installed updates and restarted.

How do i go back to previous image? Thanks @fox !

you replace :latest in the YML with one of these tags: Docker

if you’re not using docker hub images, then it’s learning git time.

Thanks!
For some reason its now working after a second stopping docker and reboot! Really weird but good to know about reverting image. Thanks again!