Skip to content
Nathan Murrow edited this page Jun 19, 2013 · 2 revisions

To migrate data from Maintain, use the following command:

python manage.py maintain_migrate -h

You will need appropriate permissions to get through the step that runs rndc reload. If you need more fine-grained control over the process, you can also use the following commands:

python manage.py dns_migrate -h
python manage.py dhcp_migrate -h

Note that in order to test migrations, you will need to have bind9 installed and configured locally. See Setting-up-bind for more info.

SPECIAL WARNING: Make sure your bind config is set up to allow underscores in hostnames, or else the check-name validation can cause bind to ignore entire zone files.

Clone this wiki locally