Skip to content

Commit 83c87ce

Browse files
committed
refactor: remove vendored PBM patch, keep operator-only changes
The PBM ADC fallback should be contributed separately to percona/percona-backup-mongodb. This commit retains only the operator API type changes (GCSCredentials struct) and the backup logic to skip credential loading when WI is enabled.
1 parent 042a38c commit 83c87ce

277 files changed

Lines changed: 2 additions & 59907 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,3 @@ replace (
223223
github.com/dgrijalva/jwt-go v3.2.0+incompatible => github.com/golang-jwt/jwt/v4 v4.2.0
224224
gopkg.in/natefinch/lumberjack.v2 v2.2.1 => ./cmd/mongodb-healthcheck/logger/lumberjack/ // https://github.com/natefinch/lumberjack/pull/211
225225
)
226-
227-
replace github.com/percona/percona-backup-mongodb => ./pbm-patched

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
418418
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
419419
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
420420
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
421+
github.com/percona/percona-backup-mongodb v1.8.1-0.20251104101930-05ab6d7e1004 h1:Q/HeUxMI63ekZYY0TlnfF0Vp3WZ0mmx7gI9iBzehjeY=
422+
github.com/percona/percona-backup-mongodb v1.8.1-0.20251104101930-05ab6d7e1004/go.mod h1:NYc9wcoGLNXmOHwfsaed+Ej3nxv3dUViHOcCfQneJ84=
421423
github.com/philhofer/fwd v1.2.0 h1:e6DnBTl7vGY+Gz322/ASL4Gyp1FspeMvx1RNDoToZuM=
422424
github.com/philhofer/fwd v1.2.0/go.mod h1:RqIHx9QI14HlwKwm98g9Re5prTQ6LdeRQn+gXJFxsJM=
423425
github.com/pierrec/lz4 v2.6.1+incompatible h1:9UY3+iC23yxF0UfGaYrGplQ+79Rg+h/q9FV9ix19jjM=

pbm-patched/.dockerignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

pbm-patched/.github/pr-badge.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

pbm-patched/.github/workflows/ci.yml

Lines changed: 0 additions & 117 deletions
This file was deleted.

pbm-patched/.github/workflows/codecov.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

pbm-patched/.github/workflows/reviewdog.yml

Lines changed: 0 additions & 90 deletions
This file was deleted.

pbm-patched/.github/workflows/trivy.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

pbm-patched/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

pbm-patched/.golangci.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)