From 303519be1bf69db37ce2fb453ea65ff002f1bf62 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 20 Aug 2020 11:03:27 +0200 Subject: [PATCH] htz.ex42-1048908: don't automatically upgrade miniflux --- nodes/htz/ex42-1048908.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index 89cc6ba..57edd9d 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -34,7 +34,12 @@ nodes['htz.ex42-1048908'] = { # TODO move to bundles 'o=Rspamd,n=buster,l=Rspamd,c=main', - 'site=apt.miniflux.app', + + # FIXME We can't upgrade miniflux automatically, + # because the apt package doesn't (currently?) do + # database migrations by itself. This leads to + # miniflux not starting up after being upgraded. + #'site=apt.miniflux.app', }, 'reboot': False, },