Skip to content
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

Can't upgrade Nextcloud from chart version 4.5.3 to 4.5.5 #493

Closed
supermario18b opened this issue Dec 6, 2023 · 2 comments
Closed

Can't upgrade Nextcloud from chart version 4.5.3 to 4.5.5 #493

supermario18b opened this issue Dec 6, 2023 · 2 comments

Comments

@supermario18b
Copy link

supermario18b commented Dec 6, 2023

Hi everyone,

I can't upgrade nextcloud from chart version 4.5.3 to 4.5.5.
I execute this command:
helm upgrade --install nextcloud nextcloud/nextcloud --values nextcloud-values.yaml -n mynamespace --version 4.5.5
I've also tried with version 4.5.4.
The readiness and liveness checks always fail. I can't see any relevant log record.
I use postgresql as external database and that is set in the values file (username and pw are in the values file too).
If I downgrade to version 4.5.3 everything works fine.

Has anybody the same problem? Am I missing something?

Thanks in advance for same clarification,

supermario18b

@provokateurin
Copy link
Member

4.5.5 has a newer image version, so nextcloud performs an upgrade. You need to wait a bit for the upgrade to be done.
If the pods are killed during the upgrade you are running into #333

@supermario18b
Copy link
Author

@provokateurin thanks for your reply, you're right, I've set an higher value for initialDelaySeconds (livenessProbe und readinessProbe) and it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants