Portabase Logo
Databases

MongoDB

Configuration for MongoDB (Beta).

Beta Support

MongoDB support is currently under active development and is considered experimental.

The agent will use mongodump to perform backups.

Configuration (Preview)

{
  "name": "my-mongo",
  "type": "mongodb",
  "host": "mongo",
  "port": 27017,
  "username": "root",
  "password": "example_password",
  "database": "my_collection",
  "generatedId": "..."
}

More details will be added once support is stabilized.

On this page