1.51.2.sh: Update mysql config after update

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-04-16 00:04:44 +02:00
parent 902226d5da
commit 663b65e45c
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
2 changed files with 10 additions and 3 deletions

View File

@ -1,11 +1,13 @@
# NextcloudPi Changelog
## [v1.51.2](https://github.com/nextcloud/nextcloudpi/tree/v1.51.2) (????-??-??) Restore support for LXC images
## [v1.51.2](https://github.com/nextcloud/nextcloudpi/tree/v1.51.2) (2023-04-16) Restore support for LXC images
### Changes
- LXC images are being provided again (generated from the LXD ones)
- root/webui users are not disabled on container images anymore
- Add a new utility (command line) script `nc-broadcast` to notify all Nextcloud users
- Notify docker users about the discontinuation of NCP docker (more information [here](https://help.nextcloud.com/t/nextcloudpi-planning-to-discontinue-its-docker-version-with-nc-25))
- LXD/LXC images receive support for the following ncp apps:
- nc-autoupdate-ncp
- nc-update
@ -18,13 +20,12 @@
- nc-nextcloud
- nc-init
- samba
- Add a new utility (command line) script `nc-broadcast` to notify all Nextcloud users
- Notify docker users about the discontinuation of NCP docker (more information [here](https://help.nextcloud.com/t/nextcloudpi-planning-to-discontinue-its-docker-version-with-nc-25))
### Fixes
- Exclude btrfs snapshots from backup monitoring in `ncp-metrics` for all container variants
- Use systemd backend for ssh jail in `fail2ban` (/var/log/auth.log may not be available)
- Increase mysql max_allowed_packet (fixes [#1752](https://github.com/nextcloud/nextcloudpi/issues/1752))
## [v1.51.1](https://github.com/nextcloud/nextcloudpi/tree/v1.51.1) (2023-04-08) Support for Nextcloud 25.0.5 and SSH/updater fixes

6
updates/1.51.2.sh Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
source /usr/local/etc/library.sh
install_template "mysql/91-ncp.cnf.sh" "/etc/mysql/mariadb.conf.d/91-ncp.cnf"
service mariadb restart