percona-backup-mongodb
percona-backup-mongodb copied to clipboard
Percona Backup for MongoDB
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.3+incompatible to 25.0.5+incompatible. Release notes Sourced from github.com/docker/docker's releases. 25.0.5 For a full list of pull requests and changes in this release, refer to the relevant GitHub...
Fix for https://perconadev.atlassian.net/browse/PBM-1319 This fix allows Cluster Leader to accept nomination (e.g. in the case when Cluster Leader's node has highest priority). Bug affects following topologies: - Elected member should...
...todo...
Whilst trying to understand historic cases where we have seen BSON deserialisation errors, I realised it was possible for filesystem writes to be incomplete, but be unable to determine the...
usage examples: https://github.com/defbin/pbm-sdk-examples
Ticket: https://perconadev.atlassian.net/browse/PBM-1332 I've encountered the same problem as the ticket above, I debugged it and found that it's because the DeleteObject method doesn't support deleting directory Objects. BTW, thanks for...