bad codomain and bind problem

Discussion in 'General' started by smartcall, May 5, 2008.

  1. smartcall

    smartcall New Member

    Hello!

    Some of my clients seems to have created a codomain that doesn't conform to named configuration syntax. As soon as he updates his web the record appears in bind configuration that prevents named from starting.
    I delete every time this record from DNS Manager.
    I also found the domain in isp_isp_domain table, but I can't find who this client is.
    The search in ISPConfig can't search for codomains.

    My question is: Can I safely delete the record directly from the isp_isp_domain table or this will lead to inconsistent database?

    Thanks!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Write down the doc_id and doctype_id from the record in the isp_isp_domain table.

    2) Delete the record in isp_isp_domain
    3) delete the record in isp_nodes were doc_id and doctype_id are identical to isp_isp_domain
    4) Delete the rcord from isp_dep, were. child_doc_id = doc_id and child_doctype_id = doctype_id from 1)
     

Share This Page