mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
91-ncp.cnf.sh: Increase allowed packet size for mysqldump
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
aaf7536943
commit
9890d68532
@ -19,6 +19,9 @@ innodb_file_per_table=1
|
||||
innodb_file_format=barracuda
|
||||
max_allowed_packet=256M
|
||||
|
||||
[mysqldump]
|
||||
max_allowed_packet = 256M
|
||||
|
||||
[server]
|
||||
# innodb settings
|
||||
skip-name-resolve
|
||||
|
||||
@ -4,3 +4,6 @@ set -e
|
||||
source /usr/local/etc/library.sh
|
||||
|
||||
run_app nc-autoupdate-nc
|
||||
|
||||
install_template "mysql/91-ncp.cnf.sh" "/etc/mysql/mariadb.conf.d/91-ncp.cnf"
|
||||
service mariadb reload
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user