Hey there,
I am trying to enable Point In Time Recovery, as described in the documentation:
pbm config --set pitr.enabled=true
But I get the Following error:
Error: set config key: unexpected type invalid
If I execute pbm config --listI get my config as expected:
pitr:
enabled: false
storage:
type: s3
s3:
provider: aws
region: eu-west-1
bucket: mongodb-backups
credentials:
access-key-id: '***'
secret-access-key: '***'
I can confirm that I am running the latest version via pbm version
Version: 1.3.1
Platform: linux/amd64
GitCommit: b5f389676c6d3f11a027ee4aa782c6d4514bd854
GitBranch: release-1.3.1
BuildTime: 2020-09-02_04:56_UTC
GoVersion: go1.14.2
I guess I could maybe set it via the admin.pbmConfig database directly – but not sure if thats recommended