-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to NC 21 with official Helm chart #26395
Comments
I am able to go back to NC 20.0.8 so I will stay there for now but I can easily reproduce this problem again if additional debug data is required. My full GtiOps settings for Nextcloud are publicly available at https://github.com/angelnu/k8s-gitops/blob/c3457338d0c2a28693f2cdd1b28b9ad2f3fbba3f/apps/base/default/nextcloud/release.yaml |
Fixed by #25882. As workaround move tables unrelated to nextcloud to a different database or wait for 21.0.1. |
@kesselb - I saw that issue and checked that I did not have any external tables: I only have oc_ tables and postgres_logs in my DB. To double check I also patched my install with the same line that filters non oc_ tables but still the same error. I will add the list of tables:
|
@kesselb - please also notice that the error is different: |
name or enum - the reason is the same. |
I see - thanks! I did not see that the offending table was in the log. It seems to be added by Patroni which is part of the Zalando K8S operator for Postgress. Weird that it did not show up in the tables dump - I will check the fix again and see that it fixes the issue. |
How to use GitHub
Steps to reproduce
sudo -u www-data php -d memory_limit=-1 ./occ upgrade -vvv
Expected behaviour
upgrade should complete
Actual behaviour
Server configuration
Operating system: x86_64 Ubuntu 20.04 with microk8s snap
Web server: Apache 2.4.38 as in Nextcloud docker 21.0.0
Database: PostgreSQL 13
PHP version: PHP 7.4 in Nextcloud docker 21.0.0
Nextcloud version: 21.0.0
Updated from an older Nextcloud/ownCloud or fresh install: Upgraded, originally from ownCloud but now from NC 20.0.8
Where did you install Nextcloud from: Docker Hub
Signing status:
Signing status
``` NA - cannot log-in while in maintenance ```List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: NFS mounted as local by K8S
Are you using encryption: no
Are you using an external user-backend, if yes which one: None yet
Client configuration
Browser: Firefox 86.0.1
Operating system: Windows 10
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: