server.sh throws error

Discussion in 'Installation/Configuration' started by rsteuer, Apr 14, 2024.

  1. rsteuer

    rsteuer Member

    Thanks, Till, that makes a bit more sense, I think. Now that DNS has been reconfigured from mirrored by ISPConfig to BIND master/slave the only server that is updated in the Updated field is the master. Because the master notifies and allows transfers, it's not a change that increments the Updated field in the other ns servers. Is my understanding correct?

    Still trying to figure out how to clear the stuck changes in the red circle. If I check the jobqueue, it's empty.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    It's the other way around. The slave nodes connect to the master once a minute and ask if there are new changes for them.

    Basically the slave node asks the master if there are any records records in sys_datalog for his server_id or server_id 0 where datalog_id is higher than the value in the updated field. the slave nodes then processes the changes in order (if any) and updates the updated field after each change with the datalog_id of the record that he just processed.
     

Share This Page