ISPC3 recreate all config files? (as in ISPC2 touch /home/admispconfig/ispconfig/.run

Discussion in 'Tips/Tricks/Mods' started by radim_h, May 15, 2010.

  1. radim_h

    radim_h Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. radim_h

    radim_h Member

    sounds bit complicated, but i'll dig into it :)
     

Share This Page