-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade to Collectives version 0.20.22 brakes my NC23 installation #293
Comments
In GitLab by @TheNomad11 on Mar 3, 2022, 21:10 Same here, the second time it happens with this app that it crashes the whole NC instance |
Thanks for your reports @fenvarien and @TheNomad11. Do you see any error logs related to the update of Collectives? We tested the upgrade on Nextcloud 22 and 23 and didn't spot any issues so far. Are you both running Nextcloud with PostgreSQL? I have to admit that I didn' test an upgrade with PostgreSQL yes. |
In GitLab by @TheNomad11 on Mar 3, 2022, 22:45 Yee, it is PostgreSQL 14.2. I found this in the logs
|
mentioned in commit 3359db4 |
Thanks for the quick response @TheNomad11! That was helpful. I'll upload version 0.21.22 with a fix right away. Might need a few hours to be available in the app store though. |
Collectives 0.21.22 with a fix is now published to the app store: https://apps.nextcloud.com/apps/collectives It would be highly appreciated if you could test the upgrade and report back. Sorry for the inconveniences caused by this bug. Some technical background: Apparently, when the migration step is run, it's not guaranteed that the app code is updated already. That's why |
In GitLab by @mkrecek234 on Mar 4, 2022, 04:55 @mejo- I installed this most recent .22 version on my instance skipping the last days release and updating straight to .22. Same issue now, my Nc23 is stuck in maintenance mode. How can I get it out of it? Please help asap if possible and fix Collectives ultimately. Thank you |
In GitLab by @baltaner on Mar 4, 2022, 08:49 Hi, Any ideas? Results
Raw outputArray |
Hey @mkrecek234, which Collectives version exactly did you upgrade to? 0.20.22 or 0.21.22? You can turn of maintenance mode by running the command If you don't have console access to your Nextcloud installation, edit |
Hey @baltaner, this seems completely unrelated to the Collectives update. |
In GitLab by @TheNomad11 on Mar 4, 2022, 11:02 Version 0.21.22 seems to work fine, although my monitoring service detected that NC went down for a few seconds during the upgrade. Nothing in the logs, everything seems to work as it should. Thanks for the quick fix! |
In GitLab by @mkrecek234 on Mar 4, 2022, 11:38 @mejo- PLEASE help. Even occ maintenance:mode --off confirms it is off, Nextcloud still shows maintenance mode screen. I even disabled the collectives app, but no difference |
They @mkrecek234, so |
In GitLab by @mkrecek234 on Mar 4, 2022, 15:18 @mejo- Thank you restarting fpm on top helped |
In GitLab by @fenvarien on Mar 3, 2022, 19:27
I have just updated to Nextcloud Collectives version 0.20.22. After this my Nextcloud is stuck in maintenance mode. If I disable the Collectives app with occ I can turn off the maintenance mode and my NC works flawlessly again.
Steps to reproduce: Upgrade Collectives from version 0.19.22 to version 0.20.22 with NC 23.0.2 --> NC is stuck in maintenance mode.
Workaround: Using occ to disable and remove Collectives app, then reinstall the current version with occ. After this workaround version 0.20.22 is working well.
I have Nextcloud version 23.0.2, PHP: 8.0.16, PostgreSQL 14.2
The text was updated successfully, but these errors were encountered: