Minio[1]

使用Docker 备份 MongoDB 并上传至Minio

使用Docker 备份 MongoDB 并上传至Minio 方案 在 Docker 中安装 mongodump 使用 mongodump 导出数据 使用 tar 进行压缩 使用 Minio Client 工具上传压缩包 实践 创建start.sh #!/bin/bash # show mongo