"Installing Percona Backup for MongoDB" not working

I am trying to install " Percona Backup for MongoDB" on windows server 2016 BUT getting below error.

go get -d XX
Error: No Go file in “xxx”

$ cd “%GOPATH%/src/github.com/percona/percona-backup-mongodb”
Not working
The system cannot find the path specified.
The system cannot find the path specified.
‘TZ’ is not recognized as an internal or external command,
operable program or batch file.
GO111MODULE=on GOOS=linux go build -ldflags=“-X github.com/percona/percona-backup-mongodb/version.version=” -mod=vendor -tags gssapi -o ./bin/pbm ./cmd/pbm
‘GO111MODULE’ is not recognized as an internal or external command,
operable program or batch file.
make.exe: *** [build-pbm] Error 1

$ make build

2 Likes

Hi. We haven’t built Percona Backup for MongoDB for Windows. Only for Linux.

Percona Server for MongoDB has been built and packaged only for Linux too.

2 Likes

Thanks Akira. Is there any plan to release Percona Backup for MongoDB on Windows?

2 Likes

Hi. No, we don’t build and maintain our packages in Windows.

1 Like