Skip to content

Commit

Permalink
1.51.2.sh: Update mysql config after update
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <[email protected]>
  • Loading branch information
theCalcaholic committed Apr 15, 2023
1 parent 902226d commit 663b65e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
6 changes: 6 additions & 0 deletions updates/1.51.2.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 663b65e

Please sign in to comment.