I’m currently exploring efficient ways to back up data from a specific app within our Frappe environment. My objective is to achieve this without having to back up the entire site’s data. Ideally, I’m looking for a solution that could either utilize a bench command tailored for this purpose or involve taking an SQL dump of only the tables pertinent to the app in question. I am also open to any other method or tool that facilitates focused backups of app-specific data within the Frappe framework.
https://frappeframework.com/docs/user/en/bench/reference/backup
Check the --include
parameter
4 Likes