Nextcloud PI docker update error? Prometheus unrecognized service

[ nc-update ] (Tue Apr 26 15:04:32 UTC 2022)
Downloading updates
Performing updates
prometheus-node-exporter: unrecognized service
prometheus-node-exporter: unrecognized service
Error while applying update 1.47.0. Exiting…

Hmm, is it not possible to skip prometheus @theCalcaholic

Unfortunately not (at least not easily). I’ll look into it later

@just Sorry for the delay. Could you please give me the output of the following commands?

service status prometheus-node-exporter && echo "status: $?"
wget -O - https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/updates/1.47.0.sh | bash

:wave: that person would be @SDD :slight_smile:

root@ad16d0cf8f12:/# service status prometheus-node-exporter && echo “status: $?”
status: unrecognized service
root@ad16d0cf8f12:/# wget -O - https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/updates/1.47.0.sh | bash
–2022-04-29 04:08:46-- https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/updates/1.47.0.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 185.199.111.133, 185.199.110.133, 185.199.109.133, …
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 379 [text/plain]
Saving to: ‘STDOUT’

  •                    100%[==================================>]     379  --.-KB/s    in 0s      
    

2022-04-29 04:08:47 (5.44 MB/s) - written to stdout [379/379]

prometheus-node-exporter: unrecognized service
prometheus-node-exporter: unrecognized service
root@ad16d0cf8f12:/#

I get the same error. Anything I could try?

I used Portainer to force a pull of the latest docker image and the upgrade to 1.48.2 seemed to go through. Thanks for whoever fixed the latest docker image.