PBM physical restore with PITR is not happening

Hi, I am testing pbm physical backup restore with pitr on a single node replicaset.
The backup and the pitr looks fine while checking on the pbm list command.
The restore command started without issues, and the copy files stage completed successfully,


after replaying pitr oplog step the connection to the db is not happening, I understand that during physical restore DB will go up and down multiple times, and below are the logs from restore log for starting a temporary mongodb.

and finally getting this warning log indefinetely
image

Please let me know if something I am missing

The psmdb version is 6 and the pbm version is 2.8.0

Hi Sujith,
Hope you are doing good!

What is the status of the DB now? Is it up and running? Did you receive any error when connecting? Or was the connection hanging in the terminal? It would be useful if you could provide us with the full mongod log and the pbm agent log. I am interested to look at what happened at 19:42 in MongoDB.
journalctl -xe -u pbm-agent > pbm-agent.log
ps -ef | grep -i mongo

If you could login Mongodb, then you can try to provide us the pbm logs as follows:
pbm logs -sD -t0 > pbm.log

Regards,
Vinodh Guruji

Hi @Vinodh_Krishnaswamy, Thanks for the prompt reply, I was waiting for someone to respond.

So, after replaying pitr oplog line no actual PITR replay is happening was my original concern,
Also regarding the mongod status, its running with the temporary config file/port, and I can see able to login without authentication. and the data available there is only from the full backup, not anything available from the oplog changes.
attaching the pbm agent system logs,
as the original mongodb is not running and the credentials is different pbm logs command hungs
pbm-agent.log (236.9 KB)
Additionally attaching restore log as well
pbm.restore.log (302.4 KB)

just in case if you need my original restore command
pbm restore --time 2025-02-04T11:15:00
And the pbm list output

Backup snapshots:
  2025-01-30T04:54:30Z <physical> [restore_to_time: 2025-01-30T04:54:32Z]

PITR <off>:
  2025-01-30T04:54:33Z - 2025-02-04T11:18:24Z

Note: I re-ran the restore with pbm 2.6.0 and the attached log is also from same version, hence you would not able to see the same timeframes from log as same as my first message.