I've updated an Umbraco 8.10 project to Umbraco 8.17 and was hoping that the new default Media Types, added in Umbraco 8.14 would be added during upgrade. But apparently that doesn't happen (automatically).
How can I still add the New default Media Types (without creating them myself)?
Sadly, to my knowledge, there is no easy way of doing this with a 'vanilla' Umbraco installation. Umbraco does not automatically migrate these Media Types on an upgrade, nor is it possible to create a package of Media Types to export & import from and onto different environments (e.g. from a fresh 8.14+ install) within a clean Umbraco installation.
There are three alternative options I see possible:
-Use uSync to export the MediaTypes from a clean 8.14+ installation, and import the uSync files on your upgraded installation (Which is the option I would recommend).
-Manually export and import the media types on a Database level from a clean 8.14+ installation.
-Manually create the new Media Types that you need.
New default Media Types in existing Umbraco setup
Hi,
I've updated an Umbraco 8.10 project to Umbraco 8.17 and was hoping that the new default Media Types, added in Umbraco 8.14 would be added during upgrade. But apparently that doesn't happen (automatically).
How can I still add the New default Media Types (without creating them myself)?
Best regards,
iNETZO
Hi iNETZO,
Sadly, to my knowledge, there is no easy way of doing this with a 'vanilla' Umbraco installation. Umbraco does not automatically migrate these Media Types on an upgrade, nor is it possible to create a package of Media Types to export & import from and onto different environments (e.g. from a fresh 8.14+ install) within a clean Umbraco installation.
There are three alternative options I see possible:
-Use uSync to export the MediaTypes from a clean 8.14+ installation, and import the uSync files on your upgraded installation (Which is the option I would recommend).
-Manually export and import the media types on a Database level from a clean 8.14+ installation.
-Manually create the new Media Types that you need.
Hope this helped!
Kind regards,
Corné
Hi Corné,
I was also thinking about using uSync but I thought maybe there is also an official way to add the media types.
Thanks for your quick response!
is working on a reply...