Hi @surajshetty ,
I have built a site locally using Frappe Builder (FF v15, Builder latest) with multiple pages, dynamic data scripts, and a custom DocType. I want to move this to production (Frappe Docker).
I went through a few existing threads before posting this but couldn’t find a clear answer
- Deploy local frappe builder site on production using app (Oct 2024)
- Export frappe builder page to another machine (Dec 2024)
- How to use Frappe Builder (Feb 2025)
The only method that worked for me was backup and restore, but this is not sustainable as any future changes on local will overwrite prod data on the next restore.
A few questions:
-
What is the recommended workflow to migrate builder pages from local to prod and continue further development?
-
Is a custom app with fixtures the right approach? If so, what exactly needs to be included?
-
Or is directly creating pages on the live site still the recommended approach as mentioned in earlier threads?
Thanks!