Stash MongoDB Addon
Stash 0.9.0+ supports extending its functionality through addons. Stash MongoDB addon enables Stash to backup and restore MongoDB databases.
This guide will give you an overview of which MongoDB versions are supported and how the docs are organized.
Supported MongoDB Versions
Stash has the following addon versions for MongoDB:
- 3.4.17-v33
- 3.4.22-v33
- 3.6.13-v33
- 3.6.8-v33
- 4.0.11-v33
- 4.0.3-v33
- 4.0.5-v33
- 4.1.13-v33
- 4.1.4-v33
- 4.1.7-v33
- 4.2.3-v33
- 4.4.6-v24
- 5.0.15-v6
- 5.0.3-v21
- 6.0.5-v9
Here, the addon follows M.M.P
versioning scheme where M.M.P
(Major.Minor.Patch) represents the respective database version.
Addon Version Compatibility
Any addon with matching major version with the database version should be able to take backup of that database. For example, MongoDB addon with version 4.x.x
should be able take backup of any MongoDB of 4.x.x
series. However, this might not be true for some versions. In that case, we will have separate addon for that version.
Documentation Overview
Stash MongoDB documentations are organized as below:
- How does it work? gives an overview of how backup and restore process for MongoDB database works in Stash.
- Standalone MongoDB shows how to backup and restore a standalone MongoDB database.
- MongoDB ReplicaSet shows how to backup & restore a MongoDB ReplicaSet.
- Sharded MongoDB Cluster shows how to backup & restore a sharded MongoDB cluster.