My pbm backup failed

[root@percona-backup-mongodb-1.6.1]# ./pbm backup --mongodb-uri=“mongodb://pbmuser:pbmuser@localhost:28001”
Starting backup ‘2022-06-02T02:49:56Z’…Error: no progress from leader, backup metadata not found

how can i do?

2 Likes

my mongodb is a single host,no replicaSet

the config is show flow:
[root@percona-backup-mongodb-1.6.1]# more /home/middle/mongodb/conf/mongo.cnf
port=28001
fork=true
dbpath=/home/middle/mongodb/data
logpath=/home/middle/mongodb/log/mongodb.log
pidfilepath=/home/middle/mongodb/run/28001.pid
logappend=true
bind_ip=192.168.1.169,127.0.0.1
oplogSize=10000
logRotate=reopen
auth=true

1 Like

Hello, welcome to Percona forum. Unfortunately backup of standalone or single host is not supported with PBM at this time. You will need to use a replica set.

2 Likes