# stash-mongodb **Repository Path**: mirrors_codejamninja/stash-mongodb ## Basic Information - **Project Name**: stash-mongodb - **Description**: MongoDB backup and restore plugin for Stash by AppsCode - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Go Report Card](https://goreportcard.com/badge/stash.appscode.dev/mongodb)](https://goreportcard.com/report/stash.appscode.dev/mongodb) [![Build Status](https://travis-ci.org/stashed/mongodb.svg?branch=master)](https://travis-ci.org/stashed/mongodb) [![Docker Pulls](https://img.shields.io/docker/pulls/stashed/stash-mongodb.svg)](https://hub.docker.com/r/stashed/stash-mongodb/) [![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com) [![Twitter](https://img.shields.io/twitter/follow/appscodehq.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=AppsCodeHQ) # MongoDB MongoDB backup and restore plugin for [Stash by AppsCode](https://appscode.com/products/stash). ## Install Install MongoDB 4.1.13 backup or restore plugin for Stash as below. ```console helm repo add appscode https://charts.appscode.com/stable/ helm repo update helm install appscode/stash-mongodb --name=stash-mongodb-4.1.13 --version=4.1.13 ``` To install catalog for all supported MongoDB versions, please visit [here](https://github.com/stashed/catalog). ## Uninstall Uninstall MongoDB 4.1.13 backup or restore plugin for Stash as below. ```console helm delete stash-mongodb-4.1.13 ``` ## Support We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the [AppsCode Slack team](https://appscode.slack.com/messages/C8NCX6N23/details/) channel `#stash`. To sign up, use our [Slack inviter](https://slack.appscode.com/). If you have found a bug with Stash or want to request for new features, please [file an issue](https://github.com/stashed/stash/issues/new).