Hello,
I want to ask about restoring PITR to different replicaset mongodb.
Is it possible to restoring an PITR or logical backup to different replicaset mongodb deployment.
hopefully there was an documentation for this case.
example :
I have 1 running replicaset with updated pitr backup/logical. these backup was stored on S3 storage minio. in other hand i have 1 clean replicaset connected to same s3 storage minio. instead doing mongodump and mongorestore. Can i use pitr backup from old running replicaset and restore it to my new replicaset ?
Thank You