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
We are in the middle of preparing a migration from Craft 2 to Craft 3 but are facing issues with losing data.
Description
During the migration from a Craft 2 + Commerce 1 --> Craft 3 + Commerce 2 we noticed that we lost data from Super Table fields.
During the migration process in the CLI, Super Table does show some error messages, but is finishes the migration successfully. The errors are displayed in the step:
Additional context
We have a setup with multiple Super Table fields that are making use of the plugin field FocusPoint
We are not able to identify if this is the field that is causing the issue.
We already re-tried the migration by changing the Super Table fields containing the Focus Point field to a regular Asset field before we migrate to Craft 3.
Unfortunately the error is still being displayed in the CLI during migration process and we still lost data, even from plain text fields that are used in some Super Table fields.
Sorry for the CLI message being not readable.
There are to many markdown characters in there 😣
If any additional info is needed, please let us know.
alter column type in table {{%elements}} to string NOT NULL ... done (time: 0.005s)
update in {{%elements}} ... done (time: 0.222s)
alter column type in table {{%elementindexsettings}} to string NOT NULL ... done (time: 0.009s)
update in {{%elementindexsettings}} ... done (time: 0.008s)
alter column type in table {{%fieldlayouts}} to string NOT NULL ... done (time: 0.006s)
update in {{%fieldlayouts}} ... done (time: 0.014s)
alter column type in table {{%fields}} to string NOT NULL ... done (time: 0.009s)
update in {{%fields}} ... done (time: 0.014s)
drop foreign key craft_fk_vfejmlqtjgflvdkxyemqbhrzjjorkjeucule from table craft_supertableblocks ... done (time: 0.009s)
drop index craft_idx_nbyhstfduwloxjqlnsievucnvzzgnzhzosut on {{%supertableblocks}} ... done (time: 0.012s)
drop column ownerSiteId from table {{%supertableblocks}} ... done (time: 0.167s)
Hi @engram-design
We are in the middle of preparing a migration from Craft 2 to Craft 3 but are facing issues with losing data.
Description
During the migration from a Craft 2 + Commerce 1 --> Craft 3 + Commerce 2 we noticed that we lost data from Super Table fields.
During the migration process in the CLI, Super Table does show some error messages, but is finishes the migration successfully. The errors are displayed in the step:
applying m190120_000000_fix_supertablecontent_tables
Additional info Craft 2 setup
Additional info Craft 3 setup
Additional context
We have a setup with multiple Super Table fields that are making use of the plugin field FocusPoint
We are not able to identify if this is the field that is causing the issue.
We already re-tried the migration by changing the Super Table fields containing the Focus Point field to a regular Asset field before we migrate to Craft 3.
Unfortunately the error is still being displayed in the CLI during migration process and we still lost data, even from plain text fields that are used in some Super Table fields.
Sorry for the CLI message being not readable.
There are to many markdown characters in there 😣
If any additional info is needed, please let us know.
Cheers,
AP
`
applying m180210_000000_migrate_content_tables
{{%supertablecontent_productoverviewimages}} -> {{%stc_productoverviewimages}}
applied m180210_000000_migrate_content_tables (time: 0.174s)
applying m180211_000000_type_columns
applied m180211_000000_type_columns (time: 0.317s)
applying m180219_000000_sites
applied m180219_000000_sites (time: 5.187s)
applying m180220_000000_fix_context
applied m180220_000000_fix_context (time: 0.021s)
applying m190117_000000_soft_deletes
applied m190117_000000_soft_deletes (time: 0.201s)
applying m190117_000001_context_to_uids
applied m190117_000001_context_to_uids (time: 0.113s)
applying m190120_000000_fix_supertablecontent_tables
applied m190120_000000_fix_supertablecontent_tables (time: 0.058s)
applying m190131_000000_fix_supertable_missing_fields
applied m190131_000000_fix_supertable_missing_fields (time: 0.013s)
applying m190227_100000_fix_project_config
applied m190227_100000_fix_project_config (time: 0.060s)
applying m190511_100000_fix_project_config
applied m190511_100000_fix_project_config (time: 0.015s)
applying m190520_000000_fix_project_config
applied m190520_000000_fix_project_config (time: 0.020s)
applying m190714_000000_propagation_method
applied m190714_000000_propagation_method (time: 0.233s)
applying m191127_000000_fix_width
applied m191127_000000_fix_width (time: 0.029s)
`
The text was updated successfully, but these errors were encountered: