Updating the Atomia DNS Master server.
Overview
Updates are done by installing the latest version of the installed packages.
Any change in the dependencies will be handled appropriately by the installation package, upgrading or installing them as needed.
If the database schema has changed, the schema on the Atomia DNS Master server will be automatically updated. If you have chosen to have the database on a separate server, you will have to update the atomiadns-database package on that server as well. All schema changes are noted in the release notes for the new version.
Updates on Ubuntu 10.04 LTS
To install an update, complete the following steps:
- Update all packages:
- Note the version number of the package currently installed.
- Install updates using:
- If you for some reason want to rollback to the previous version, then run:
apt-get update
apt-get install atomiadns-masterserver
apt-get install atomiadns-masterserver=version-number-noted
Where do I get updates?
Updates are distributed using the Atomia APT repository. If not done, then add the Atomia APT Repository to the server using:
wget -q -O - http://public.apt.atomia.com/setup.sh.shtml | sed s/%distcode/`lsb_release -c | awk '{ print $2 }'`/g | sh
Updates on Redhat Enterprise Liux
To install an update, complete the following steps:
- Clean the cache so that you are sure that you get the latest:
- Upgrade the package:
yum clean expire-cache --disablerepo "*" --enablerepo atomia
yum install atomiadns-masterserver
Where do I get updates?
Updates are distributed using the Atomia RPM repository.