Using the latest dev release the 8003 migration fails after 74 successful changes with "Failed: Field field_left_column is unknown":

$ drush updb
The following updates are pending:

paragraphs module :
  8003 -   Set the parent id, type and field name to the already created paragraphs.   @param $sandbox
  8004 -   Truncate the content_translation_status columns

Do you wish to run all pending updates? (y/n): y
Performing paragraphs_update_8003                                                                                                                                                                                                  [ok]
Performing paragraphs_update_8003                                                                                                                                                                                                  [ok]
...
Performing paragraphs_update_8003                                                                                                                                                                                                  [ok]
Field field_left_column is unknown.                                                                                                                                                                                                [error]
Performing paragraphs_update_8003                                                                                                                                                                                                  [ok]
Failed: Field field_left_column is unknown.                                                                                                                                                                                        [error]
Cache rebuild complete.                                                                                                                                                                                                            [ok]
Finished performing updates.                                                                                                                                                                                                       [ok]

confirm that migration did not complete:

$ drush updb
The following updates are pending:

paragraphs module :
  8003 -   Set the parent id, type and field name to the already created paragraphs.   @param $sandbox
  8004 -   Truncate the content_translation_status columns

Do you wish to run all pending updates? (y/n):

Comments

yveslaroche created an issue. See original summary.

johnchque’s picture

Status: Active » Postponed (maintainer needs more info)

Have you updated to the latest entity reference revisions module as well?
Note that we don't support reusing paragraphs.
Note that we don't support entity_reference field as referencing field.
Can you also explain what kind of paragraphs and which fields you have there.

yveslaroche’s picture

There were some orphaned paragraph entities left over from when we first started using them.

yveslaroche’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)