Config settings my_webapp ne se mettent pas à jour

Mon serveur YunoHost

Matériel: VPS acheté en ligne
Version de YunoHost: 11.1.15
J’ai accès à mon serveur : En SSH | Par la webadmin
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : oui
Les fichiers /etc/nginx/domain.tld.d/my_webapp.conf et /etc/php/8.0/fpm/pool.d/my_webapp.conf ont été personnalisés

Description du problème

Je n’arrive pas à appliquer des settings sur des apps my_webapp, ni via la webadmin, ni en CLI…

exemple:

yunohost app config get my_webapp__2
main.php_fpm_config.fpm_footprint: 
  ask: Memory footprint of the service?
  value: low
main.php_fpm_config.fpm_free_footprint: 
  ask: Memory footprint of the service?
  value: 0
main.php_fpm_config.fpm_usage: 
  ask: Expected usage of the service?
  value: low
main.php_fpm_config.phpversion: 
  ask: PHP version
  value: 8.0
main.sftp.password: 
  ask: Set a password for the SFTP access
  value: **************
main.sftp.with_sftp: 
  ask: Do you need a SFTP access?
  value: yes

si je tente n’importe quel changement, j’ai un message Success, mais aussi Nothing has changed, je confirme les valeurs ne changent pas

yunohost app config set my_webapp__2 main.php_fpm_config.fpm_footprint -v medium
Info: [+++++...............] > Reading config panel description and current configuration...
Info: [#####+++++..........] > Checking what changed in the new configuration...
Info: Nothing has changed
Success! Config updated as expected

J’ai comme un doute… tente avec yunohost app config set my_webapp__2 fpm_footprint -v medium ?

non, ça renvoi Error: The filter key 'fpm_footprint' is incorrect

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