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:
Tobias Knöppler 2024-09-24 17:18:41 +02:00
parent aaf7536943
commit 9890d68532
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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