u8 Migration: ConvertTinyMceAndGridMediaUrlsToLocalLink fails on Umbraco 8.6.0
See original GitHub issueAlthough measures have been taken to ensure the queries for generating the sql to read the property details using the PropertyTypeDto80
and friends works to exclude the version 8.6 columns mandatoryMessage
and validationRegExpMessage
, line 105 in ConvertTinyMceAndGridMediaUrlsToLocalLink.cs below still queries the new columns:
var media = _mediaService.GetMediaByPath(href);
I’m wondering whether the best way to fix this is to move the Migration AddPropertyTypeValidationMessageColumns
higher up in UmbracoPlan
so it’s done earlier…
Umbraco version
I am seeing this issue on Umbraco version: 8.6
Reproduction
Bug summary
See above - note also that I’ve included the patches from PR #6191 to significantly speed up the migration.
Specifics
- Umbraco 8.6.0 patched with PRs related to #6191
Steps to reproduce
Expected result
Actual result
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (13 by maintainers)
Top Results From Across the Web
Error Updating Umbraco V7.14.0 to Umbraco 8.6.1
The database failed to upgrade. ERROR: The database configuration failed with the following message: Invalid column name 'mandatoryMessage'.
Read more >content migration error from umbraco version 7140 to 810
Your site was built on old version and seems to be migrated to v7.14. Therefore, it is using old Media Data Type. You...
Read more >Compare Releases
5846 - Error in ConvertTinyMceAndGridMediaUrlsToLocalLink when upgrading from v8.0.x to 8.1.0 · 5849 - RTE link picker throw error after upgrade to 7.15.0 ......
Read more >Error when upgrading from Umbraco 7.15.3 to ...
It seems that it's something related to ConvertTinyMceAndGridMediaUrlsToLocalLink but I am not able to figure out what can be wrong. Can ...
Read more >Compare Releases
5846 - Error in ConvertTinyMceAndGridMediaUrlsToLocalLink when upgrading from v8.0.x to 8.1.0 · 5849 - RTE link picker throw error after upgrade to 7.15.0 ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Now it makes a lot more sense, 8.6… 😅
Hiya @robertjf,
Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more.
We will close this issue for now but we’re happy to open it up again if you think it’s still relevant (for example: it’s a feature request that’s not yet implemented, or it’s a bug that’s not yet been fixed).
To open it this issue up again, you can write
@umbrabot still relevant
in a new comment as the first line. It would be super helpful for us if on the next line you could let us know why you think it’s still relevant.For example:
This will reopen the issue in the next few hours.
Thanks, from your friendly Umbraco GitHub bot 🤖 🙂