PMM-14594 Backup compatibility fix.#5395
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v3 #5395 +/- ##
==========================================
- Coverage 43.22% 43.15% -0.08%
==========================================
Files 413 413
Lines 42279 42213 -66
==========================================
- Hits 18277 18216 -61
Misses 22134 22134
+ Partials 1868 1863 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@copilot review |
…ide caution admonition Agent-Logs-Url: https://github.com/percona/pmm/sessions/26f00a58-ad66-4a7b-8e9a-573f1cef3d41 Co-authored-by: JiriCtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
|
|
Reviewed the changes. The core logic looks correct:
One documentation formatting issue was found and fixed in commit |
| mysqlMaxVersion: "8.0.22", | ||
| xtrabackupMinVersion: "8.0.14", | ||
| xtrabackupMaxVersion: "9.0", | ||
| xtrabackupMaxVersion: "8.1.0", |
There was a problem hiding this comment.
if later all those strings are converted into version.Version - isn't it better to declare them as version.Version already and avoid conversion on func calls?
There was a problem hiding this comment.
Yes, it makes sense to change it this way. I only fixed the logic, but this refactor simplifies it nicely.
PMM-14594
FB: Percona-Lab/pmm-submodules#4368