Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printablefalse

About FreePBX Distro and AsteriskNOW 5.211.65 Stable releases

...

Some upgrade scripts will result in .rpm package updates that need configuration files to be manually cleaned up afterwards. The general procedure is described in the page Cleaning up files from a RPM update.

Specific update notes

  • upgrade-5.211.65-4.sh

    • ntp.conf: this file is updated in this release to disable NTP server functionality due to concerns about keeping this component securely configured. Delete the old saved file to clean up

      Code Block
      rm /etc/ntp.conf.rpmsave
    • Important: Any devices that may have been using the FreePBX Distro server to get time information (such as phones) should be reconfigured to use a different NTP server by editing the NTP server settings distributed to phones by EndPoint Manager (OSS or Commercial)

  • upgrade-5.211.65-15.sh

    • Delete the default package fail2ban configuration file. FreePBX Distro generates a customized version of this file

      Code Block
      rm /etc/fail2ban/jail.local.rpmnew
    • Delete the old file "/etc/httpd/conf.d/freepbx.conf.rpmsave" to clean up

      Code Block
      rm /etc/httpd/conf.d/freepbx.conf.rpmsave
    • MySQL activity logging to /var/log/mysql/mysql.log is disabled in this release. This MySQL log file can be quite large, depending on server usage loads. Delete this file after the update to reclaim this disk space.

      Code Block
      rm /var/log/mysql/mysql.log
  • upgrade-5.211.65-18.sh

    • Replace the old version of /etc/dahdi/modules with the updated version of the file

      Code Block
      mv /etc/dahdi/modules.rpmnew /etc/dahdi/modules
    • Reboot as instructed

...