Export frappe builder page to another machine

I’ve created a landing page using the Frappe Builder on my local machine. Is there any way to export or transfer the designed page to another machine(s), such as a staging, pre-production, or production server?

If this is possible, how can I do it? Would it involve a database migration/backup? If so, could you share some resources or guide me on how to proceed? Or is there another method I should consider?

2 Likes

Did you ever discover if this is possible?

Maybe the fastest way is using desk, copying doc from Doctype Builder Page, and pasting on the destination instance. Assets (images, etc …) needs to be copied manually.

Thanks, @avc. That’s probably the best that can be done right now, I suppose. I can export the pages, but I can’t import them. I’m not sure what needs to happen to allow data imports on doctypes, or why they wouldn’t be importable by default?

What I ended up doing, for future viewers, is a mariadb-dump. Then I copied the builder tables into the clipboard and inserted them into the new database. This was only feasible for me because the tables were empty in the destination. Then I downloaded and re-uploaded the images. It was relatively painless for a small site.