Browse Source

Merge pull request #2077 from bet0x/patch-1

Update migrate_phpmyadmin.sh
Jaap Marcus 4 years ago
parent
commit
9aaac65bcd
2 changed files with 2 additions and 0 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 0
      install/upgrade/manual/migrate_phpmyadmin.sh

+ 1 - 0
CHANGELOG.md

@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
 - Improve handling upgrade of Roundcube #1917
 - Fix an issue with sorting the update scripts when version goes higher then 1.x.10 
 - Allow the use of multiple CAA records for domain. #2073
+- Add missing group (www-data) to migrate_phpmyadmin script #2077 @bet0x
 
 ## [1.4.10] - Service release 
 

+ 1 - 0
install/upgrade/manual/migrate_phpmyadmin.sh

@@ -53,6 +53,7 @@ then
    mkdir -p /etc/phpmyadmin/conf.d/  
    mkdir /usr/share/phpmyadmin/tmp
    chmod 770 /usr/share/phpmyadmin/tmp/
+   chown root:www-data /usr/share/phpmyadmin/tmp/
    mkdir -p /etc/phpmyadmin/conf.d/  
    
    # Configuring Apache2 for PHPMYADMIN