Data base backup

i have installed frappe and erpnext, i have created the New document and added the few fileds and applyed the workflow and confirgured the notification for prucrment follow up.
i didnt installed that in any of site we started using that app for proucrnement followup, now i wanted to take the database dump, can some on guide me on this

Hi @Micheal:

Check this docs
https://frappeframework.com/docs/user/en/bench/reference/backup

You can also download backups from
yoursite.com/app/backups

I’ve created a custom module in my ERPNext instance for my organization. It includes a Procurement application with doctypes for form creation, workflows for ticket changes, and email notifications. I need to back up only this specific module, not the entire site.
@avc , Checked docs which you shared.

I tried using the command: bench --site sitename backup --with-files, which generated the following files:

  • site.database.sql.gz
  • site.private-files.tar
  • site.localhost-files.tar
  • site_config_backup.json

However, I need to dump just the specific module, not the full site backup. Any help on how to achieve this would be appreciated.

Hi @Soniya_K:

You can backup only specific doctypes with…

--only, --include, -i

Specify the DocTypes to backup seperated by commas

wanted to take only backup * site.database.sql.gz