Hello all-
I installed the Percona Backup from the repository yesterday on our test server. After I got it connected, I kept getting:
Error: unable to get config: get from db: get: mongo: no documents in result
when I do a pbm config --list
If I try setting:
pbm config --set storage.s3.bucket=“xxxxxx”
I get
Error: set config key: config doesn’t set
And finally, if I run this from the shell:
db.getSiblingDB(“admin”).pbmConfig.findOne()
I get null as the result. So it’s apparent that the necessary collections didn’t get created. What am I doing wrong?
Thanks,
Tim