Skip to main content


Missmatch post-update-version and worker pipline


!Friendica Admins
!Friendica Support
!Friendica Developers

Does anyone have any advice for me, how do I get the post-update-version to the same level?

Another problem, my node continues to be flooded with spam from activityhub-troll.cf despite server lock. Is there already a solution?

This affects the performance of my cloud instance with 4 CPUs and 24GB RAM extremely (see Grafana screenshot).

I have installed the current stable version 2023.4.
@✅ Her(r) Bern 🇺🇦🇪🇺🇮🇷 did you run the post update manually? See at @Friendica News for the command.

Did you block *.activityhub-troll.cf, the * is important?
@utzer [Friendica]

My Friendica Node Update Skript run this command


#!/bin/bash
cd /var/www/friendica;
sudo -u www-data git pull;
sudo -u www-data bin/composer.phar install --no-dev;
sudo -u www-data bin/console dbstructure update -f;
cd /var/www/friendica/addon;
sudo -u www-data git pull;
@utzer [Friendica] i think the upgrade from 1506 to 1507 is broken. It worked fine from post upgrade version 1483 to 1506. Since post upgrade version 1506 to 1507 it runs endlessly at 100% CPU utilization of one core but it does not finish.

The MySQL query in the process list also looks broken (see screenshot)
@utzer [Friendica]

I have tried blocking the tld domain *.cf and now *.activityhub-troll.cf, but it does not work.
@✅ Her(r) Bern 🇺🇦🇪🇺🇮🇷 I have "*.activitypub-troll.cf" in the blocklist, is that above a typo or is there a new domain with "h"?
I think it is a typo, please check what is in the block list. Also I am not sure if you can block a whole tld.
Thank you. I didn't notice the typo. Changed it and now wait. But shouldn't *.cf have worked to block the *.activitypub-troll.cf?