- πΊπΈUnited States maddentim
Well, it looks like we are going to get serious about this migration soon. I don't think migrating the mapping is critical, but the salesforce_mapping_object and salesforce_mapping_object_revision might be. I am going to start by studying what other modules have done for similar structures.
- πΊπΈUnited States AaronBauman Philadelphia
it's been a while since we've done a migration from 7, but if iirc we accomplished this primarily with direct SQL
- πΊπΈUnited States maddentim
Thanks Aaron for the response. Looking at the database table structures, I see they are pretty similar. That sounds like a decent path to go.
Another idea I have thought of would be to just migrate the content type structure and not the data on the Drupal side. From there, we could set up the mapping of the fields that we needed back in Drupal and then pull the data out of Salesforce. So basically, instead of migrating Drupal to Drupal, we migrate from Salesforce to Drupal for this data. .