Details
Description
I have taken a pbm backup of my MongoDB server version: 4.0.6 use pbm 1.5.0 with few views defined in my mongodb database the backup was taken on local file system
When I tried to restore it to a new environment It get stuck while restoring my first view collection with below message
Jul 04 21:18:51 ip-172-31-9-209.ap-south-1.compute.internal pbm-agent[27375]: 2021-07-04T21:18:51.756+0530 skipping restoring admin.system.version metadata, it is excluded
Jul 04 21:18:51 ip-172-31-9-209.ap-south-1.compute.internal pbm-agent[27375]: 2021-07-04T21:18:51.766+0530 first non special collection sms.view_rsd_bill_items found. The demultiplexer will handle it and the remainder
Jul 04 21:18:51 ip-172-31-9-209.ap-south-1.compute.internal pbm-agent[27375]: 2021-07-04T21:18:51.766+0530 restoring up to 20 collections in parallel
Jul 04 21:18:51 ip-172-31-9-209.ap-south-1.compute.internal pbm-agent[27375]: 2021-07-04T21:18:51.769+0530 collection sms.view_rsd_bill_items doesn't exist, skipping drop command
Jul 04 21:18:51 ip-172-31-9-209.ap-south-1.compute.internal pbm-agent[27375]: 2021-07-04T21:18:51.769+0530 reading metadata for sms.view_rsd_bill_items from archive on stdin
Jul 04 21:18:51 ip-172-31-9-209.ap-south-1.compute.internal pbm-agent[27375]: 2021-07-04T21:18:51.769+0530 finished restoring sms.view_rsd_bill_items (0 documents, 0 failures)
Than I drop the views from my Database and create a new pbm backup and try to restore than it gets restored successfully.
Environment Details
OS : CentOS Linux release 7.7.1908 (Core)
Attachments
Issue Links
- mentioned in
-
Page Loading...