-
Notifications
You must be signed in to change notification settings - Fork 130
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
Unable to backup with mysql 8.0.36 #2913
Comments
Is there any update or ETA on the issue? |
Hi, no update so far |
hi @BupycHuk can i replicate this issue in a local env |
Hi @lamka02sk are you tryingto start a backup or scheduling a backup |
Hi @vishwas-sharma2480 , both. We already had scheduled backup set up before the breaking update and it just stopped working after. Manually starting backup throws the same error. |
@lamka02sk Are you using it for mongodb as well if so are you facing the same issue |
@vishwas-sharma2480 No, just Percona for MySQL. |
This issue seems to occur when using xtrabackup version 8.0.35 with MySQL version 8.0.36. While xtrabackup 8.0.35-30 has completed compatibility with MySQL version 8.0.36, it is possible that PMM is performing its own version check and comparing releases. https://forums.percona.com/t/xtrabackup-for-mysql-8-0-36/29461 Here is a relevant code snippet from pmm/managed/services/backup/compatibility_helpers.go:
This might indicate that PMM has a hard-coded version check that needs to be updated to reflect the new compatibility. |
the same "xtrabackup version "8.0.35-31" is not compatible with mysql version "8.0.37-29": incompatible xtrabackup" |
Hi, is there any news when this issue will be resolved? |
Hello @katsil, backup related tasks are on hold right now, we are focused on PMM 3 related issues |
Description
While attempting to back up, I am getting the following error as shown in screenshot
the
Expected Results
Backup works correctly while running as a command in the terminal.
So it should ideally I should be able to backup
Actual Results
Please see screen shot
Version
PMM server latest
ProjectName: pmm-admin
Version: 2.41.1
PMMVersion: 2.41.1
Timestamp: 2024-01-30 13:27:05 (UTC)
FullCommit: f4004ea
Steps to reproduce
try to create full backup with latest PMM client and server
Relevant logs
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: