google-templateswordpress

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.7.1 - 6 May 2021

  • Refactor of installation scripts, so they are consistent with other WordPress solutions by Bitnami (like single VMs or container images).
  • It is now possible to extend this image by specifying environment variables in userdata.

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
    
      }
    
Last modification May 22, 2023