Hi Team,
I am trying to backup/restore of a selective collection in incremental method.
The logical backup/restore seams to work fine.
when I trying to implement incremental, the backups are happening fine, but restore, it just show
- Restore on replicaset "rs0" in state: ```
trying the below commands for backup and restore
```pbm backup --base --ns="backup_test.full_backup"
pbm backup --type=incremental --base --ns="backup_test.full_backup"
pbm list
Backup snapshots:
2023-05-18T14:05:17Z <logical, selective> [restore_to_time: 2023-05-18T14:05:26Z]
2023-05-18T14:30:16Z <incremental, selective, base> [restore_to_time: 2023-05-18T14:30:24Z]
2023-05-19T13:02:25Z <incremental, selective, base> [restore_to_time: 2023-05-19T13:02:33Z]
2023-05-19T13:03:39Z <incremental, selective> [restore_to_time: 2023-05-19T13:04:20Z]
PITR <off>:
sh-4.2# pbm restore 2023-05-19T13:02:25Z --ns "backup_test.full_backup" ```
Can you please help me with this.