Update the dns zone

  • I'm a little bit lost.
    Since the last updates, all my domains are using ns1.domain.com and ns2.domain.com


    As I want to use the same dns servers definition (myserver.mydomain.ext and mysecondserver.mydomain.ext)


    So I've edited the files in /etc/imscp/bind/parts/ (I've edited db_e.tpl and db_master_e.tpl)


    Then I stopped the daemon


    Code
    1. /etc/init.d/imscp_daemon stop


    I've launched the Mysql Client to change values


    SQL
    1. UPDATE `domain` SET `domain_status` = 'change' WHERE `domain_status` = 'ok';UPDATE `subdomain` SET `subdomain_status` = 'change' WHERE `subdomain_status` = 'ok';UPDATE `domain_aliasses` SET `alias_status` = 'change' WHERE `alias_status` = 'ok';UPDATE `subdomain_alias` SET `subdomain_alias_status` = 'change' WHERE `subdomain_alias_status` = 'ok';UPDATE `mail_users` SET `status` = 'change' WHERE `status` = 'ok';


    Then I quited the mysql, and launched the requester


    Code
    1. /var/www/imscp/engine/imscp-rqst-mngr


    I ran superfast (doing nothing)



    And then restart the daemon.


    Of course nothing was updated.
    Could someone tell me what's wrong with this ?


    Thanks for your help
    Cedric (Using 1.1.0-rc3 on Ubuntu Server)

  • Hello


    With latest versions, status should be set to 'tochange' and not to 'change'

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().