We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
helm upgrade my-nextcloud nextcloud/nextcloud --set image.tag=30.0.1
helm upgrade my-nextcloud nextcloud/nextcloud --set image.tag=30.0.2
remote.php
Logs: From nextcloud.log:
nextcloud.log
{ "reqId": "XXXX", "level": 3, "time": "YYYY-MM-DDTHH:MM:SSZ", "remoteAddr": "IP_ADDRESS", "user": "--", "app": "PHP", "method": "GET", "url": "/remote.php", "message": "401 Unauthorized" }
Notes:
If I skip the intermediate step and directly update from 30.0.0 to 30.0.2, the problem does not occur.
Running occ maintenance:repair or clearing the cache after the first update does not seem to prevent this issue.
occ maintenance:repair
This issue seems related to intermediate migrations or state inconsistencies during back-to-back updates.
Environment:
Troubleshooting Steps Taken:
Additional Information:
This issue seems related to token or session management.
Happy to provide more logs or test specific fixes.
The text was updated successfully, but these errors were encountered:
This sounds like it is not related to the Helm chart itself but rather a bug in server.
Sorry, something went wrong.
The problem seems to be with migrations to PostgreSQL.
No branches or pull requests
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
remote.php
.Logs: From
nextcloud.log
:Notes:
If I skip the intermediate step and directly update from 30.0.0 to 30.0.2, the problem does not occur.
Running
occ maintenance:repair
or clearing the cache after the first update does not seem to prevent this issue.This issue seems related to intermediate migrations or state inconsistencies during back-to-back updates.
Environment:
Troubleshooting Steps Taken:
remote.php
.Additional Information:
This issue seems related to token or session management.
Happy to provide more logs or test specific fixes.
The text was updated successfully, but these errors were encountered: