Category: Configuration
Updated

This solution is summarized from an archived support forum post. This information may have changed. If you notice an error, please let us know in Discord.

How Do I Take Backup of Appsmith Database (Mongodb)?

Issue

I am looking to take automated backups of the apps I created, but I can't find the database in MongoDB. I want to know where the apps are stored, so I can run a crontab job to backup to another location.

Resolution

We recommend backing up your entire Appsmith instance or database using the appsmithctl utility instead. It provides built-in commands to handle both full instance backups (including database, configs, and assets) and database-only backups.

You can find the detailed guides here:

This approach ensures your apps, users, and configurations are safely preserved and easy to restore.