Active
Project:
Paragraphs
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2021 at 10:46 UTC
Updated:
12 Mar 2024 at 08:30 UTC
Jump to comment: Most recent
I sometimes need to export content from one site and import to another, this would especially be useful for content with lot of paragraphs.
I have tried entity_clone, node_export, feeds, only content_sync seams to work but on enabling module it is taking hours on large site to create snapshot on install.
How do others handle this?
Comments
Comment #2
jorgefelico commentedAny luck with this? Running into the same issue with our site that has over 200 pages with a bunch of paragraph content.
Comment #3
mjchadwickI'm working on a demonstration page that showcases all of our site's Paragraphs in their many versions, and I'd love to be able to make that page ONCE and then export it to another environment, but I'm having the same issue :-(
Comment #4
Rhino-new commentedIs there no way of doing this?
Comment #5
macjulesOne of the best ways to do this would be to create a custom module to:
1) Export the node and the paragraph configuration(s) using the core Configuration Manager.
2) In the site you wish to import data to you will need to create a migration using the core Migrate module.
There are a few guides out there on how to do this but in summary you want to.
Destination website
Comment #6
blacksnipeHave you tried an approach with entity_share?
In my experience, this works very good.
You just enable the Entity Share Server on the host website, and the Entity Share Client module on the underlying site(s).
The only thing is, that your paragraphs fields should match across the sites.
You can have extra fields in the "child"-site, but the same fields for the serving site are a requirement.
Good luck. :-)