Renaming media assets and need to update database with new names
Hi,
We are undergoing a process of renaming the media assets (uploading them to the cloud and using a new cloud plugin) and we need to rename the assets in the database and then refresh the associated caches.
Does anyone know which tables and fields need updating? And secondly, what caches need to be cleared?
I'm assuming we need to rebuild the indexes, delete umbraco.config and then restart the services.
Some investigation has revealed that the data is stored in cmsPropertyData and then a xml cached version is published to cmsContentXml. This is great, however when we run the following url for the site
Renaming media assets and need to update database with new names
Hi,
We are undergoing a process of renaming the media assets (uploading them to the cloud and using a new cloud plugin) and we need to rename the assets in the database and then refresh the associated caches.
Does anyone know which tables and fields need updating? And secondly, what caches need to be cleared?
I'm assuming we need to rebuild the indexes, delete umbraco.config and then restart the services.
Much appreciated
Regards
Gordon
Some investigation has revealed that the data is stored in
cmsPropertyData
and then a xml cached version is published tocmsContentXml
. This is great, however when we run the following url for the sitehttp://www.yourdomain.com/Umbraco/dialogs/republish.aspx?xml=true
it only rebuilds the content incmsContentXml
and not media content. Even if we delete the content from thecmsContentXml
table, and run the url, it only rebuilds the document content.How can we get the media content to rebuild?
P.S. We have noticed if we browse to each media asset and click save, it rebuilds the xml, which is not ideal as there are more than 1000 media items.
Thanks
Gordon
is working on a reply...