Open thiagowfx opened 2 years ago
Actually, I wonder, do I need to explicitly set services_whitelist
?
services_whitelist="miniflux"
If yes, then we could possibly improve the [docs](https://github.com/jirutka/apk-autoupdate/blob/7ec9519818a122fabc2f629a796f6ec7a35a17b1/man/autoupdate.conf.5.adoc#examples, as it contains an empty whitelist, suggesting it's not needed. If not, then the issue must be something else.
I believe the issue here is that services_blacklist="*"
is the unchanged default, so that services are not automatically restart without user's permission.
To update it in your case, you can either set services_whitelist
to miniflux
or *
, or set services_blacklist=''
.
I believe this is a miscommunication in the docs, I can look to update that.
Disclaimer: I reproduced this only once.
Environment
Expected
When miniflux updated from 2.0.34 to 2.0.35, it should have had automatically restarted the service.
Observed
Service wasn't restarted automatically.
miniflux -version
outputted 2.0.35, but my web instance was still running 2.0.34. A manualdoas /etc/init.d/miniflux restart
was necessary.Happy to provide more logs if needed for troubleshooting, just let me know which ones.