We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2de6bd8 + ec5847e commit 9aaac65Copy full SHA for 9aaac65
CHANGELOG.md
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
13
- Improve handling upgrade of Roundcube #1917
14
- Fix an issue with sorting the update scripts when version goes higher then 1.x.10
15
- Allow the use of multiple CAA records for domain. #2073
16
+- Add missing group (www-data) to migrate_phpmyadmin script #2077 @bet0x
17
18
## [1.4.10] - Service release
19
install/upgrade/manual/migrate_phpmyadmin.sh
@@ -53,6 +53,7 @@ then
53
mkdir -p /etc/phpmyadmin/conf.d/
54
mkdir /usr/share/phpmyadmin/tmp
55
chmod 770 /usr/share/phpmyadmin/tmp/
56
+ chown root:www-data /usr/share/phpmyadmin/tmp/
57
58
59
# Configuring Apache2 for PHPMYADMIN
0 commit comments