mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-24 17:22:15 +01:00
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
4 lines
96 B
INI
4 lines
96 B
INI
[server]
|
|
# See https://github.com/nextcloud/server/issues/25436
|
|
innodb_read_only_compressed=off
|