Updating to the latest nextcloud version #102

Open
opened 2026-08-08 09:25:45 +00:00 by ineiti · 3 comments
Owner

Meta-discussion issue with @dannygroenewegen for the following PRs:

Let's discuss:

  • how to test these PRs
  • what needs to be changed

My proposition is:

  • we checkout one PR after the other in our ./recipes/nextcloud directory, and then abra app deploy -f <nextcloud> --chaos and check if things are running OK

I propose we also do #96 and add the !test to the PRs.

Meta-discussion issue with @dannygroenewegen for the following PRs: - #97 - #109 - #110 - #108 - #112 Let's discuss: - how to test these PRs - what needs to be changed My proposition is: - we checkout one PR after the other in our `./recipes/nextcloud` directory, and then `abra app deploy -f <nextcloud> --chaos` and check if things are running OK I propose we also do https://git.coopcloud.tech/coop-cloud/nextcloud/issues/96 and add the `!test` to the PRs.
Owner

Yes, either checkout and chaos deploy, or I believe you can also use a commit hash as a version to deploy.

For each PR we should indeed test the deployment. And if we don't find any issues, we can merge the PR and run abra recipe release to publish a correct release. Then move on to the next PR.

Yes, either checkout and chaos deploy, or I believe you can also use a commit hash as a version to deploy. For each PR we should indeed test the deployment. And if we don't find any issues, we can merge the PR and run `abra recipe release` to publish a correct release. Then move on to the next PR.
Author
Owner

if I do abra recipe release for the 13.2.0+32 tag, I get the following:

? select recipe version increment type minor
INFO synced label coop-cloud.${STACK_NAME}.version=13.2.0+32.0.13-fpm to service app
? add release note? (leave empty to skip) Last release for nextcloud-32, pointing to the latest version of nextcloud-32.
ERRO failed to publish new release: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
FATA release failed. any changes made have been reverted

So I git tag -a manually and upgraded.

if I do `abra recipe release` for the `13.2.0+32` tag, I get the following: ``` ? select recipe version increment type minor INFO synced label coop-cloud.${STACK_NAME}.version=13.2.0+32.0.13-fpm to service app ? add release note? (leave empty to skip) Last release for nextcloud-32, pointing to the latest version of nextcloud-32. ERRO failed to publish new release: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain FATA release failed. any changes made have been reverted ``` So I `git tag -a` manually and upgraded.
Author
Owner

@dannygroenewegen I upgraded my main server to 14.0.0 and then to 14.1.0 and did not have any problems. As per the MAINTENANCE.md, we said we need two maintainers before doing a major step - so if you have time to check this on your own server, too, specifically if you're using the compose.postgresql, this would be great!

Then we can go on with 15.2.0 (see #104 :(

@dannygroenewegen I upgraded my main server to 14.0.0 and then to 14.1.0 and did not have any problems. As per the MAINTENANCE.md, we said we need two maintainers before doing a major step - so if you have time to check this on your own server, too, specifically if you're using the compose.postgresql, this would be great! Then we can go on with 15.2.0 (see #104 :(
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/nextcloud#102