London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hello Community,
We have migrated to the new version and faced with the issue due to which it is possible to lose products data.
Preconditions for reproduce issue.
We have more then N product of one type. N it is amunt from appSettings 'ecf:DraftMigrationBatchSize' or 5000
Code from MigratePublishedContentStep
For example
N = 3, we have 4 products
P1 (languages en-US, ru-RU)
P2 (languages en-US, ru-RU)
P3 (languages en-US)
P4 (languages en-US, ru-RU)
After first iteration of do-while product P4 will be removed but content for en-US won't by migrated.
Workaround
Set ecf:DraftMigrationBatchSize to result of following script