Hello, after i alter values in database or change config (in my case localtion of master files for bind) how to make ISPC3 run updates on all files? something as there was in ISPC2, for example update status on databse table: UPDATE dns_isp_dns SET status = 'u'; then: touch /home/admispconfig/ispconfig/.run
ISPconfig 3 is transaction based and uses data objects in the sys_datalof table for all changes. Values that were changed directly without using the remoting API or ispconfig database functions will be ignored by the system. If you like to change a value that gets written to the config files you have to use the ispconfig mysql library with its datalog update functions to change the data or even better use the remoting API.