Closed nmfretz closed 1 month ago
π€ This is an automated summary of installation tests for nextcloud:
This PR must still be reviewed and tested before merging.
This will require a rewrite of the pre-start script to properly handle migrations now that we are on v30
Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store.
Please review the linting results below and make any necessary changes to your submission.
Severity | File | Description |
---|---|---|
βΉοΈ | nextcloud/docker-compose.yml |
Potentially using unsafe user in service "web": The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000. |
βΉοΈ | nextcloud/docker-compose.yml |
Potentially using unsafe user in service "cron": The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000. |
Symbol | Description |
---|---|
β | Error: This must be resolved before this PR can be merged. |
β οΈ | Warning: This is highly encouraged to be resolved, but is not strictly mandatory. |
βΉοΈ | Info: This is just for your information. |
Thanks for the update!
However, I receive a warning in my Nextcloud instance about the MariaDB version in use:
βFor optimal performance and stability, it is recommended to use MariaDB version > 10.6 or 11.4.β
Thanks for noting this @dennysubke! Shall we schedule the mariadb update for Nextcloud 30.0.1 which should be out soon (https://github.com/nextcloud/server/milestone/279)?
We'll need to be careful when updating mariadb and may need to run some mariadb specific migration logic in the pre-start script when we do so (https://mariadb.com/kb/en/mariadb-upgrade/).
Thanks for the heads-up @nmfretz ! Scheduling the MariaDB update around the release of Nextcloud 30.0.1 sounds like a good plan.
Hi, I just upgrade to Nextcloud 30.0.1 and I understand that the MariaDB upgrade from 10.3 to next useful version will be in 30.0.2 earliest and is NOT needed to be done manually.
Further I vote +1 for Maps Nextcloud App to be compatible to NC 30.
After updating I could click "Allow Untested App" and clicked "Enable". Why is it actually not compatible? Does anyone know? Maybe it is just false information. Testing it 1 minute seems to work.
Hi, I just upgrade to Nextcloud 30.0.1 and I understand that the MariaDB upgrade from 10.3 to next useful version will be in 30.0.2 earliest and is NOT needed to be done manually.
Further I vote +1 for Maps Nextcloud App to be compatible to NC 30.
After updating I could click "Allow Untested App" and clicked "Enable". Why is it actually not compatible? Does anyone know? Maybe it is just false information. Testing it 1 minute seems to work.
The compatibility issues with apps can sometimes be due to version constraints set by the app developers. They might mark an app as incompatible with a new version of Nextcloud until they have fully tested it. In some cases, the app might work just fine, but the developers want to avoid potential issues for users who rely on it.
@nmfretz The time has come, v30.0.1 is available: https://hub.docker.com/layers/library/nextcloud/30.0.1-apache/images/sha256-a4e0f2c053010cc391fd63040779553ff2a266ea52c1e37555f0a967eb466ec3?context=explore
π€ This is an automated pull request to update nextcloud to version v30.0.0. This PR must be reviewed and tested before merging.