In my cluster I am only using a single node for both read and write.
Before using pxc, i was using standalone Mariadb 5.5 and I was taking backup using xtrabackup.
My question is, how should I take backup of PXC?
Should i take full and incremental backup for the node which is NOT used for read and write without any additional precautions just like i was taking for mariadb 5.5?
For e.g:
xtrabackup --backup --target-dir=/data/backup
Are there any tools that can safely take backups of pxc?
And yes, it should not matter from which node you are taking backups as all nodes should be consistent. Of course, best to verify the consistency from time to time using pt-table-checksum.