Recent changes
NOTE: Bitnami issues a new release of this solution every time there is a new version of the corresponding application. However, this document lists only significant changes related to the solution’s configuration. It is not an exhaustive list of releases or of changes made in those releases.
Version 5.2.3 - 05 Sep 2019
-
Fixed bug in PHP-FPM’s Logrotate configuration which could cause high disk space and/or inodes usage, if logs were rotated multiple times. Existing users can fix it by running the commands below:
$ sudo rm -rf /opt/bitnami/php/logs/* $ sudo sed -i 's/\* /*.log /' /etc/logrotate.d/com.bitnami.php
The /etc/logrotate.d/com.bitnami.php configuration file should look like this:
/opt/bitnami/php/logs/*.log { weekly rotate 150 dateext compress copytruncate missingok }