The operation 'Upgrade the 'wordpress' app' could not be completed.d not be completed

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 11.3.0.2
What app is this about: Wordpress

Describe your issue

Not able to update wordpress.

Share relevant logs or error messages

https://paste.yunohost.org/raw/eqilujocel

2024-11-21 02:23:22,519: DEBUG - Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
2024-11-21 02:23:22,519: DEBUG - ERROR: could not open HSTS store at '/root/.wget-hsts'. HSTS will be disabled.

uuuh okay can you share the output of sudo namei -l /root/.wget-hsts ?

❯ sudo namei -l /root/.wget-hsts
f: /root/.wget-hsts
drwxr-xr-x root root /
drwx------ root root root
-rw-rw-rw- root root .wget-hsts

zmlerf not sure how you got into that situation but this should be fixed by

sudo chmod o-w /root/.wget-hsts

Have updated to ynh 12

yunohost:
  repo: stable
  version: 12.0.7
yunohost-admin:
  repo: stable
  version: 12.0.3.5
yunohost-portal:
  repo: stable
  version: 12.0.6
moulinette:
  repo: stable
  version: 12.0.3
ssowat:
  repo: stable
  version: 12.0.3

Issue persists:
logs: https://paste.yunohost.org/raw/usokunikih

That’s a different issue :

2024-11-21 06:41:29,828: DEBUG - + php8.3 /var/www/wordpress/wp-cli.phar --allow-root --path=/var/www/wordpress plugin is-installed wp-fail2ban
2024-11-21 06:41:30,666: WARNING - PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485760 bytes) in /var/www/wordpress/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-classic-theme-helper/_inc/lib/class.color.php on line 645

which sounds like your server ran out of RAM (or at least the allowed RAM for a reasonable use of PHP) and sounds related to a plugin called “jetpack”

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.