8. March 2019 15:20
/
Jeff
/
/
Comments (0)
In Sitecore 9+, xDB data can be stored in SQL databases. To ensure the performance, Sitecore uses Shard databases, see Jason article Sitecore 9 xDB Sharding. The sharding data is managed in ShardMapManager table, which stores the server name and database. It works like a charm, but just one issue. The server name and database is hard references, which can cause problems for data migration. If you are trying to create a Sitecore instance from database dumps, the DatabaseName and ServerName need to be updated in [Xdb.Collection.ShardMapManager].[__ShardManagement].[ShardsGlobal]
d562e037-5603-433c-a780-2f80143dbc70|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags :