ERROR 1832 ER_DISTRIBUTED_RESTORE_FAILED: Restoring partitions on `X_DB`. Couldn't find backup file for partition 0 of database `X_DB` (there are 4 partitions without backup files)

Hi,
Facing the same issue
after executing command
RESTORE DATABASE X FROM “/data/backup/x.backup”; (full name)

A backup file is copied from another server and backup is taken when 4 leaf nodes were there and now I am trying to restore the same file on another server having 1 leaf node.