- Issue created by @kleinmp
- Status changed to Closed: works as designed
2 months ago 4:17pm 18 September 2024 - π·πΊRussia walkingdexter
The post_update hook was used for a reason π Update from 2.x or 3.x: Export does not get imported Fixed .
When I upgrade from version 3.x to 4.x, I end up losing all of the data in simple_sitemap_entity_overrides
. It appears to be the same problem as in
π
Update from 2.x or 3.x: Export does not get imported
Fixed
. However, my deployment steps are different and the fix that was implemented is not working.
To reproduce, run composer commands to upgrade from version 3.x to 4.x and then run these steps:
Since the post update fix that was added in
π
Update from 2.x or 3.x: Export does not get imported
Fixed
runs after the config import in these steps, it results in the same problems reported in that ticket.
In my case, I cannot change the deployment steps.
Update the uuid on the config items in the update functions instead of the post update (or do both).
Closed: works as designed
4.0
Code
The post_update hook was used for a reason π Update from 2.x or 3.x: Export does not get imported Fixed .