Upgrading to v2.1.5¶
Overview¶
Version 2.1.5 adds improved LDAP integration and fixes several issues related to user management and zone permissions.
Upgrade Instructions¶
- Download latest tarball from GitHub
- Backup old files, replace everything with content from downloaded file
- From backup restore only inc/config.inc.php
- Update database structure:
MySQL¶
ALTER TABLE `zones` ADD `zone_templ_id` INT( 11 ) NOT NULL;
ALTER TABLE zones ENGINE = InnoDB;
ALTER TABLE zone_templ ENGINE = InnoDB;
ALTER TABLE zone_templ_records ENGINE = InnoDB;