/etc/php/7.3/fpm/pool.d/ is not updating when changes made

at the moment i can report that multiphp works very good for us
different websites get different php configurations.

at this point we would like to set granted memory amound and timeouts
for that we configured the templates .sh
/usr/local/hestia/data/templates/web/nginx/wordpress-PHP-73.sh
for example this path

Questions are:
#1 is there any v-xxx-xxx commandline available to update all nginx-xxxxx-xx.conf files together?
at the moment if we change the template we switch from e.g. wordpress-PHP-73 to default, and then back to wordpress-PHP-73
then the nginx templates are made and updated by hestiacp

#2 during this the php pool files are updated to by hestia
this works for
/etc/php/5.6/fpm/pool.d
/etc/php/7.0/fpm/pool.d
/etc/php/7.1/fpm/pool.d
/etc/php/7.2/fpm/pool.d

but NOT for /etc/php/7.3/fpm/pool.d

i found out that when i delete those templates manually and then switch forward backward the generation process of that template works, but NOT update when changes made like in 7.0 7.2 etc.

/etc/php/7.3/fpm/pool.d/sometemplate.conf

help appreciated
best regards Markus

The command you search for nr. 1 is v-rebuild-web-domain(s) user (domain).

For tthe second one, please try the rebuild command and let me know if it still persist.

all domain nginx templates are generated single and also all together
webmail templates are not rebuilt, but it seems not neccessary

but!
as far as i can say now
the sh template is not written new to php pool
/etc/php/7.3/fpm/pool.d
this rebuild command does not update
/etc/php/5.6/fpm/pool.d
/etc/php/7.0/fpm/pool.d
/etc/php/7.1/fpm/pool.d
/etc/php/7.2/fpm/pool.d

problem still here.
if i edit sh template, i switch back ward forward manually

then
#1 update is manually made not in php 7.3
#2 command does not work for any php config file

exampleconfigfile with yesterday values

listen = /run/php/php7.0-fpm-someserver.sock
listen.owner = somuser
listen.group = www-data
listen.mode = 0660

user = someuser
group = someuser

pm = ondemand
pm.max_children = 10
pm.max_requests = 4000
pm.process_idle_timeout = 10s
pm.status_path = /status

php_admin_value[upload_tmp_dir] = /home/someuser/tmp
php_admin_value[session.save_path] = /home/somuser/tmp
php_admin_value[open_basedir] = /home/xxxx
php_admin_value[upload_max_filesize] = 256M
php_admin_value[max_execution_time] = 300
php_admin_value[post_max_size] = 256M
php_admin_value[memory_limit] = 512M
php_admin_value[sendmail_path] = “/usr/sbin/sendmail -t -i -f [email protected]
php_admin_flag[mysql.allow_persistent] = off
php_admin_flag[safe_mode] = off

env[PATH] = /usr/local/bin:/usr/bin:/bin
env[TMP] = /home/blabla/tmp
env[TMPDIR] = /home/blabla/tmp
env[TEMP] = /home/blabla/tmp