NextcloudPi versionv1.52.4 HPB service down

Hey there.
I’m running

NextcloudPi version v1.52.4
NextcloudPi image NextCloudPi_RaspberryPi_v1.51.2.img
OS Debian GNU/Linux 11. 5.15.61-v8+ (aarch64)
Nextcloud version 25.0.5.1

and I’m gettting

HPB service down

I have tried several ways to solve the problem but the solutions seem dated (2022).
Can someone point me to a contemporarty solution or help metofind the problem?

Thanks in advance.

1 Like

I have to same problem too….

Do you have a solution?
What you have try ?

If you tell us which ways you tried, it could help to narrow down the problem.

I would run ncp-report to check all services and logs.
You could also try :

sudo systemctl status notify_push.service

You can try

 ncc notify_push:self-test
 ncc notify_push:setup https://<your_domain>/push

and/or clear the op_cache

sudo bash -c 'source /usr/local/etc/library.sh && clear_opcache' 
sudo service php8.1-fpm restart
2 Likes

Thank you so much.
I’m still getting:
push server is not receiving redis messages (received 967373607, got 0)

for

ncc notify_push:setup https://<your_domain>/push

but after

sudo bash -c 'source /usr/local/etc/library.sh && clear_opcache' 
sudo service php8.1-fpm restart

I can reach the side again.

Thanks again. I will leave the issue open until I see that it worksreliable.