 |
|
This document explains how to upgrade your Bind to version 8.3.3 with latest
security patches.
- Log into your control panel server as root:
su -
- Download the bind package from the psoft site:
wget http://www.psoft.net/shiv/bind/u-bind-8_3_3-1.tgz
- Unpack the contents of the downloaded archive:
tar zxf u-bind-8_3_3-1.tgz
- Enter the unpacked directory:
cd u-bind-8_3_3-1
- For a quick upgrade, simply run:
make install
and you're done.
Alternatively, you can do the subsequent steps to monitor each stage of the upgrade:
- Type make boxes. This will generate list_dns.txt
with IPs of your servers running bind.
- If you wish, you can edit this file to remove the IPs of servers you don't want to upgrade.
- Type make dns to update bind on the servers in list_dns.txt.
Report all bugs and suggestions to support@psoft.net.
|
 |