aports/community/nextcloud/nextcloud-mysql.cnf
ktprograms 9a77c84797 community/nextcloud: miscellaneous improvements
fpm-pool.conf: Need to specify user and group else php-fpm8 cannot start

nextcloud-initscript.post-install: Using install in APKBUILD caused
/var/tmp to become 755, so create with mkdir in the post install. Also
because of the switch to php8, the settings are in
/etc/php8/fpm.d/nextcloud.conf

nextcloud-mysql.cnf: MariaDB 10.6 has started deprecating write support
for compressed tables, but Nextcloud requires write support.
See https://github.com/nextcloud/server/issues/25436
2021-11-30 22:30:23 +00:00

4 lines
96 B
INI

[server]
# See https://github.com/nextcloud/server/issues/25436
innodb_read_only_compressed=off