Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You are about to upgrade from a previous version to DAM for Sitecore (DFS). Which requires your attention.

Info

Things to be aware of before upgrading from a previous version

  • The .net version has been upgrade to 4.7.1
  • Change property DynamicMetadata of AssetMetadata to  IDictionary<string, List<string>> from IDictionary<string, string> to support multivalue like combo and tree fields
  • DFSMediaPipelineArgs was changed to DfsMediaPipelineArgs

Before updating to 10.0.0:

...

Delete the silo with "Leave links" option
Image Removed

...

Confirm items under Digizuite have disappeared:
Image Removed

...

Empty data in dfs_assets_master_index and dfs_assets_web_index. Ensure Solr core replication does not interfere with this (if any).

Updating the module to DFS 10.0.0

  1. Install the new DFS 10.0.0 package and overwrite all when asked.

After updating to DFS 10.0.0:

...

Add the silo item through the Installation Wizard again which you packed in step 2a.

Note

It is important to delete the data of the index dfs_assets_master_index, before doing a full synchronization of the silo. If you don't do this, the full synchronization will fail.

...

Updating the module to DFS 10.4.0

  1. Install the new DAM for Sitecore-10.4.0-U.zip package and overwrite all when asked.

Note

It is important that you install the package tagged with a U. This means that it is a upgrade package. If you install the package without a U, then all synchronized assets will be deleted and you have to do a full synchronization. If you have a lot of assets in your DAM, then this task can take a long time.

After updating

  1. Two new connection parameters has been added, see DFS 10.4.0 - 3 Setting up Sitecore. Open your patch config file which contains the Digizuite DAM url and add the missing parameters DFS.AssetSiloSettings.Default.MediaManagerUrl and DFS.AssetSiloSettings.Default.SearchFolderId. Ask you contact at Digizuite for the values. Once changed, reload the Sitecore instance, before proceeding.

  2. It is important that you do a full synchronization of the configuration. We have made breaking changes around this area.

    image-20241001-102310.pngImage Added

Now you should be fully done with the update.

...