-
Notifications
You must be signed in to change notification settings - Fork 188
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
Operator crashes when restoring cluster #1749
Comments
Hey @sagargulabani , thanks for reporting, we'll check it. |
hi @inelpandzic , any update ? |
Hi @inelpandzic we can also confirm this bug. This is the resource that was used, please note that it works on some clusters, but not all the time.
Logs:
|
FYI As we're under a Percona support contract we've also raised this issue with the Percona support team. |
I've found the issue - you need to have:
The important part is that the Edit: Updated resolution advice with the right key. |
@ydixken Thank you for the update. Just to clarify the above config belongs to the actual pxc database resource.
which looks like
|
Thanks for the heads-up! Just to clarify, we've got following configured, before the storage was missing - and I've encountered the behavior you've described:
To trigger a restore, I'm using:
Maybe this helps out? |
yes after I added the storages section, it did work for me. |
glad to hear :-) |
@sagargulabani @ydixken PR for this fix is ready and will be included in our next 1.16.0 release. |
Report
I am trying to restore a backup to a new percona cluster without specifying the backupName.
Since this is a new kubernetes cluster, I don't have the backup name with me.
More about the problem
My configuration
Steps to reproduce
1.Create a pxc cluster
2.Try to restore the cluster from s3 using the path, not the backup name.
3. watch it crash
Versions
Kubernetes - 1.30
Operator - 1.14
2024-06-29T16:21:47.452Z INFO setup Runs on {"platform": "kubernetes", "version": "v1.30.0-eks-036c24b"}
2024-06-29T16:21:47.452Z INFO setup Manager starting up {"gitCommit": "c85a021f2a21441500b02a2c0b3d17e8a8b25996", "gitBranch": "release-1-14-0", "buildTime": "2024-03-01T09:01:29Z", "goVersion": "go1.21.7", "os": "linux", "arch": "arm64"}
Anything else?
No response
The text was updated successfully, but these errors were encountered: