Replies: 2 comments 3 replies
-
I've been doing a lot of field migration after rolling out Craft 5. I don't have a definitive answer (others may know of easier/better techniques) but here are a few that have been working well:
With all of the above, take database backups, test them locally first, and rigorously stress test. We've had some issues where unrelated data on entries seems to get lost (not sure why) using the native bulk edit, for instance, but unable to replicate the results, so hard to tell why. |
Beta Was this translation helpful? Give feedback.
-
I know you might not be keen on a paid plugin compared to Typed Link, which was free, but Hyper has a migration to convert everything over for you, including field content. The other caveat being that this is currently only possible on Craft 4, so it might be too late in the process for your project. If you don't want to go with Hyper, and want to keep it native with the URL field, take a look at the migrations Hyper has, which are split into two parts - the field and the content. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are running multisite CraftCMS 4.9.x and heavily using Linked field for many entry types. Now, Craft 5 doesn't support Linked field, so I am planning to convert the existing Linked Field to URL field. Now my problem is we are having so many entries that doing manually will take long time. So thinking to do it programmatically by he following steps:
I never edit fields programmatically in Craft so not sure how to do it, where to create this file and how to run it. Any details and steps would be very helpful OR any other better way to do it.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions