If you host MongoDB externally, you need to manage the backups. You can use these helpful articles from MongoDB that explain all possible backup options.
Kendis supports MongoDB version 5.0 and above (If you have an older version, then upgrade)
How to take backup for MongoDB v 5.0:
βhttps://www.mongodb.com/docs/database-tools/mongodump/
βHow to take backup for MongoDB v 3.6: https://docs.mongodb.com/v3.6/reference/program/mongodump/
βHow to take backup for MongoDB v 4.0:
In case you would need to restore these backups, you would need to use "mongorestore" , more info at https://docs.mongodb.com/manual/reference/program/mongorestore/