You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a craft installation, where we wanted to update to the newest version. Within this update, we already tried to get rid of the deprecated redactor plugin, in favor of the ckeditor. On ckeditor/convert the migration of all fields and content takes place succesfully.
However, inside some of our fields, no content is migrated: The content seems to be lost.
This is strange, as this occurs inconsistent and without an error. Inside of some matrix fields, some content is lost, but other isn't. Moreover, the error only occurs in matrix fields or supertables.
Steps to reproduce
Have a Craft V4.5.6.1 installation with the plugins Redactor, Redactor Anchor and Redactor Custom Styles
Install CKeditor
migrate with ckeditor/convert
Test all entries, if the migration was successful and if content has been lost
I think I've run into something similar, and running the Craft CLI resave command before running the creditor migrations seemed to help. In Craft 5 I used craft resave/all but in Craft 4 I think you'd have to run a more specific command like craft resave/entries and/or craft resave/matrix-blocks.
I've also found that things seem more likely to mess up if you deploy multiple migrations at once to a production site, so it's better to deploy them one at a time.
Description
I have a craft installation, where we wanted to update to the newest version. Within this update, we already tried to get rid of the deprecated redactor plugin, in favor of the ckeditor. On
ckeditor/convert
the migration of all fields and content takes place succesfully.However, inside some of our fields, no content is migrated: The content seems to be lost.
This is strange, as this occurs inconsistent and without an error. Inside of some matrix fields, some content is lost, but other isn't. Moreover, the error only occurs in matrix fields or supertables.
Steps to reproduce
ckeditor/convert
Additional info
The text was updated successfully, but these errors were encountered: