Hi,
Is there any official Dockerfile for Percona Backup for MongoDB?
I’ve checked repo and I only saw dockerfiles for test purposes
Hi,
Is there any official Dockerfile for Percona Backup for MongoDB?
I’ve checked repo and I only saw dockerfiles for test purposes
Yes, in our docs:
FROM percona/percona-server-mongodb:latest AS mdb
FROM percona/percona-backup-mongodb:latest AS pbm
FROM oraclelinux:8
RUN mkdir -p /data/db /data/configdb
COPY --from=mdb /usr/bin/mongod /usr/bin/
COPY --from=pbm /usr/bin/pbm* /usr/bin/
Hi @turbozjeb
You may find this file in percona/percona-docker git repo.
I forgot about this repo xd,
TYSM
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.