Issues
- PXC image lacks Netcat for Clone PluginK8SPXC-1625
- Xtrabackup continues the prepare after reach error on xtrabackup_apply_deltaPXB-3492
- Annotation should not require ADMIN level accessPMM-13942
- table_access class and read/insert subclass don't log statements inside audit logPS-9774
- [DOCS] Broken link for replication manager on PXC 8.4DISTMYSQL-519Resolved issue: DISTMYSQL-519alina.derkach
- Percona audit log filter audit_log_read() showing "null" always instead of the bookmarked and current informationPS-9773
- Getting error message when try to run pg_tde_grant_grant_management_to_role('role') function.PG-1545shahidullah.khan
- Research on removal of GCA from Percona Server for MySQL merge processPS-9772
- Add support for PG operator v2.7.0EVEREST-2009
- Why don't xtrabackup8 acquire locks when --no-backup-locks=1PXB-3491
- PBM backup dashboard - Iteration 2PMM-13941
- Incorrect metricsql for buffers read/written in PostgreSQL Checkpoints, Buffers and WAL Usage dashboardPMM-13940Resolved issue: PMM-13940Agustin Gallego
- Introduce the ability to cancel in-progress backups via the Kubernetes OperatorK8SPSMDB-1351
- Add support of selective logical backupsK8SPSMDB-1350
- Delete oplog slices produced for Point-in-Time RecoveryK8SPSMDB-1349
- Add support for PXC operator v1.18.0EVEREST-2008
- The operator does not delete backup objects created for incremental backupsK8SPSMDB-1348Andrii Dema
- [QAN] Improve query performance when looking up filtersPMM-13939Alex Demidoff
- [Research] Import from external backupEVEREST-2007Mayank Shah
- DB Import - Restore From External BackupEVEREST-2006
- Broken link at https://hub.docker.com/r/percona/pmm-clientPKG-637talha.rizwan
- Replication Delay erroring after PMM3 upgradePMM-13938
- [UI] Add 'view details' in the actions menuEVEREST-2005
- [UI] Manage Pod Scheduling PolicyEVEREST-2004Fábio Da Silva
- [UI] Remove expandable section in DB overviewEVEREST-2003
- Documentation error on cluster-wide deployement WATCH_NAMESPACEK8SPG-760Anastasia Alexandrova
- Invalid URL for Boost tarball in Xtrabackup 8.0.35-32PXB-3490Evgeniy Patlan
- Error in auto generated password for multiple usersK8SPSMDB-1347George Kechagias
- Delete deprecated finilizers codeK8SPXC-1624natalia.marukovich
- pmm-admin list shouldn't return nomad_agent if it's stoppedPMM-13937Nurlan Moldomurov
- QAA Verification for Mysql QAN Perfschema query count with different DB for same queryPMM-13936
- [Build] 2.44.1 - Build and Release SupportPMM-13935talha.rizwan
- Nomad Configuration verificationPMM-13934Nurlan Moldomurov
- test for dashboardPXB-3488
- percona-release list doesn't show pmm3 packagesPREL-291Evgeniy Patlan
- When Replication Delay == 0 PMM says 'No Data'PMM-13933
- Environment filter missing from MySQL Replication SummaryPMM-13932
- Download links returning ERRO 404: Not Found.PT-2444alina.derkach
- Document SSL_CERT_FILE env variable usage for pmm-agent custom ca filesPMM-13931
- Add s3 ForcePathStyle support for custom extensionsK8SPG-759
- [Helm Upgrade Flow] Pre-check and validate CRD compatibility before Helm upgrade to prevent cluster breakageEVEREST-2002
- [UI] Resource edit fields (Disk, CPU, Memory) behaves inconsistently and becomes difficult to edit when a large value is enteredEVEREST-2001tigran.papikyan
- [Disk Resize] Decimal disk sizes with undefined units cause cluster to fail or get stuck during resize after upgrade to v1.6.0rc1EVEREST-2000
- SIGSEV on rpl_gtid_owned > unordered_map - with high activityPXC-4652
- Test TicketPG-1544Resolved issue: PG-1544
- https discoveryPREL-290Evgeniy Patlan
- check_os_supportPREL-289Resolved issue: PREL-289Evgeniy Patlan
- Create automated tests for the new PostgreSQL dashboardsPMM-13930
- [Doc] Monitoring PostgreSQL Replication and ClustersPMM-13929
- Add PG Replication and Clusters setup to PMM frameworkPMM-13928
50 of
PXC image lacks Netcat for Clone Plugin
General
Escalation
General
Escalation
Description
Environment
None
Details
Assignee
UnassignedUnassignedReporter
Juan ArrutiJuan ArrutiNeeds QA
YesAffects versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Juan Arruti
Juan ArrutiNeeds QA
Yes
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created 8 hours ago
Updated 8 hours ago
Activity
Show:
PXC image does not have the NC package, and SST fails when doing SST with the Clone plugin.
How to reproduce:
On the latest PXC operator version running 8.0.41, add the wsrep_sst_method = Clone option to the cr.yaml file and apply the change:
Force SST by removing the grastate.dat file and deleting the pod.
SST fails with the following error:
I manually installed and copied the nc binary and its corresponding libraries to the Donor and Joiner containers, and it worked as expected:
Please install the missing nc package.
Thanks!