What app is this about, and its version: WordPress What YunoHost version are you running: 6.9.1~ynh1 to 6.9.4~ynh1 What type of hardware are you using: VPS bought online
Describe your issue
I went to update https://directory.jbnphilly.com in the Yunohost install I have and it is now giving me a 502 error. How do I roll this back?
The link seems working. Please do not provide login / password to your Yunohost.
When logged in the administration panel, then go to the Tools Menu, Then logs, then click on the line where you can see “wordpress update” (or something like that), and you’ll find a button “Share the logs with YunoPaste”
The 502 error is saying that a service providing the root webpage is not working.
Have you looked in Tools > Services to check is there’s a service not working ?
Sadly I don’t have an answer to this but it is exactly the same symptom as happened to my recent broken NC upgrade. 502 Bad Gateway. That remains unsolved after lots of deep digging. I would be keen to understand the answer to this one…
Now I get 502 bad gateway (there is no such thing as Wordpress service), no php8.5-fpm-wordpress.sock under /var/run/php (all the php are 8.4), and no 8.5 directory under /etc/php.
It seems that the update process have moved the data from the /8.4 directory to the /8.5 directory.
Therefore, I suggest to make a copy of all the files that are located in the /etc/php/8.5/fpm/pool.d/ to the 8.4 directory (/etc/php/8.4/fpm/pool.d/) and to move the files present in the 8.5 pool.d directory to a .backup extension.
The first mkdir is to make sure the the directory still exist.