<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How-to migrate catalog storage account to another storage account in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156677#M5239</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/114724"&gt;@Marco37&lt;/a&gt;&amp;nbsp;yes overall sound good.&lt;/P&gt;&lt;P&gt;Just remember some points:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delta Lake transaction log history won't be copied (basically querying to a version of won't work)&lt;/LI&gt;&lt;LI&gt;CDC history will be lost&lt;/LI&gt;&lt;LI&gt;Lineage can be lost after 'catalog swap'&lt;/LI&gt;&lt;LI&gt;RLS/column masking stuff can't be deep cloned automatically, needs some preqres&lt;/LI&gt;&lt;LI&gt;streaming tables are not supported&lt;/LI&gt;&lt;LI&gt;Deep clone is DELTA Lake operation, won't work for Parquet, CSV, JSON&lt;/LI&gt;&lt;LI&gt;+ others limitations etc&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm happy to discuss more details, actually I'm really interested in migration topics like this &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I guess the each container you show represents a catalog?&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2026 11:20:10 GMT</pubDate>
    <dc:creator>lukaszmaron</dc:creator>
    <dc:date>2026-05-12T11:20:10Z</dc:date>
    <item>
      <title>How-to migrate catalog storage account to another storage account</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156559#M5231</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we&amp;nbsp; have a Azure Databricks Workspace that uses Unity Catalog&amp;nbsp; for storing data. We use a seperate storage account to store the catalogs. We need to enable the option "&lt;SPAN&gt;Infrastructure encryption&lt;/SPAN&gt;" on this storage account and this is unfortunatly only possible during creation of a storage account.&lt;/P&gt;&lt;P&gt;Our plan is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;create a new storage account&lt;/LI&gt;&lt;LI&gt;stop all compute clusters and disable jobs (it is a very small environment)&lt;/LI&gt;&lt;LI&gt;copy the data to that new storage account with Azure storage Explorer (copy blob container)&lt;/LI&gt;&lt;LI&gt;Re-create the current storage account with the same name&lt;/LI&gt;&lt;LI&gt;copy the data back to this storage account with Azure storage Explorer (copy blob container)&lt;/LI&gt;&lt;LI&gt;enable jobs&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I did noticed that the file date of the files on the storage account do change to the current date after the copy activity. Is this a problem for databricks, or is this file date not used because the lineage is stored in databricks tables?&lt;/P&gt;&lt;P&gt;I'm a infra person and not a data engineer.&lt;/P&gt;&lt;P&gt;Regards Marco&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 10:23:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156559#M5231</guid>
      <dc:creator>Marco37</dc:creator>
      <dc:date>2026-05-11T10:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: How-to migrate catalog storage account to another storage account</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156608#M5232</link>
      <description>&lt;P&gt;Hi Marco&lt;/P&gt;&lt;P&gt;Are you using managed or external tables?&lt;/P&gt;&lt;P&gt;This should be easily shown either in Unity Catalog, or by checking in your storage account if the folders are ID based or have actual table names (eg dim_customer or something).&lt;/P&gt;&lt;P&gt;either way I would move the data to the temporary storage layer using a deep clone. This ensures you keep all the internal references such as the delta log in Unity catalog - those will break if you simply copy the files in storage directly.&amp;nbsp;&lt;BR /&gt;since the solution is not that big the cost won’t be significant&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/delta/clone" target="_blank"&gt;https://docs.databricks.com/aws/en/delta/clone&lt;/A&gt;&lt;/P&gt;&lt;P&gt;main difference is the cleanup. For managed tables you can simply drop the tables/schemas in UC - for external tables you need to go and physically delete the files in the storage account&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 19:27:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156608#M5232</guid>
      <dc:creator>KrisJohannesen</dc:creator>
      <dc:date>2026-05-11T19:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: How-to migrate catalog storage account to another storage account</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156613#M5233</link>
      <description>&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;haha I actually went through similar case &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if your UC is Databricks managed - it won't work the way you think. Copying blob or containers will be waste of time as far as&amp;nbsp; I know. Or the other way - Databricks won't recognize the data inside automatically. In Databricks managed Unity Catalogs have "directories" like:&lt;/P&gt;&lt;PRE&gt;&amp;lt;container&amp;gt;/
└── __unitystorage/
    └── catalogs/
        └── &amp;lt;catalog-uuid&amp;gt;/
            └── schemas/
                └── &amp;lt;schema-uuid&amp;gt;/
                    └── tables/
                        └── &amp;lt;table-uuid&amp;gt;/
                            ├── _delta_log/
                            └── *.parquet&lt;/PRE&gt;&lt;P&gt;Catalogs and schemas are actualy UUID based, this is the problematic part. So when you create external location pointing to UC root catalog, it won't recognize it, it will skip it, it will look like it's empty basically...&lt;/P&gt;&lt;P&gt;This means that you will need to load this data using a pipeline to load it using WASBS or UC enabled external location back into "fresh managed catalog".&lt;/P&gt;&lt;P&gt;I was actually working for a tool to solve this specific issue - to copy this data nicely... if you'd like I'm happy to share it with you via GH in example. I tested it locally, but I would be more than happy to have someone test it out in practice. It's Deep Clone based too.&lt;/P&gt;&lt;P&gt;If the catalog is managed outside of Databricks, then it's a bit easier I'd say.&lt;/P&gt;&lt;P&gt;Let me know what if you have any questions or need support&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 21:06:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156613#M5233</guid>
      <dc:creator>lukaszmaron</dc:creator>
      <dc:date>2026-05-11T21:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How-to migrate catalog storage account to another storage account</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156675#M5237</link>
      <description>&lt;P&gt;Thanks for the replies &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We are using both&amp;nbsp;&lt;SPAN&gt;managed and external tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Our environment is build up with 3 storage accounts:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#339966"&gt;&lt;SPAN&gt;&lt;STRONG&gt;...wedls&lt;/STRONG&gt;. This is the storage account on which I need to enable "Infrastructure encryption".&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;...managedsa&lt;/STRONG&gt;. This is the default storage account that Databricks creates during deployment. We do not use this storage account to store data.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;...wemetadls&lt;/STRONG&gt;. No idea why we this one, because it seems to be empty.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schermafbeelding 2026-05-12 113702.png" style="width: 327px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/26874iC6FE598365EDA46A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Schermafbeelding 2026-05-12 113702.png" alt="Schermafbeelding 2026-05-12 113702.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is the plan below a plan that should work?&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;create storage account B with private endpoints&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;grant access connector permissions on storage account B&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;create new catalogs with a different name on storage account B&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;deep clone the tables from storage account A to storage account B&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;remove the catalogs from storage account A&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;delete storage account A&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;recreate the storage account A with the same name&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;grant access connector permissions on storage account A&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;create the catalogs on storage account A with the names I want to use&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;deep clone the tables from storage account B to storage account A&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;remove the catalogs from storage account B&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;delete storage account B&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Marco&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 10:56:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156675#M5237</guid>
      <dc:creator>Marco37</dc:creator>
      <dc:date>2026-05-12T10:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: How-to migrate catalog storage account to another storage account</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156676#M5238</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/114724"&gt;@Marco37&lt;/a&gt;&amp;nbsp;yea that sounds like the plan I would do.&lt;BR /&gt;... and then of course remember to pause any jobs/workflows and stuff on top before you get going - and restart it once you are done!&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 11:06:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156676#M5238</guid>
      <dc:creator>KrisJohannesen</dc:creator>
      <dc:date>2026-05-12T11:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: How-to migrate catalog storage account to another storage account</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156677#M5239</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/114724"&gt;@Marco37&lt;/a&gt;&amp;nbsp;yes overall sound good.&lt;/P&gt;&lt;P&gt;Just remember some points:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delta Lake transaction log history won't be copied (basically querying to a version of won't work)&lt;/LI&gt;&lt;LI&gt;CDC history will be lost&lt;/LI&gt;&lt;LI&gt;Lineage can be lost after 'catalog swap'&lt;/LI&gt;&lt;LI&gt;RLS/column masking stuff can't be deep cloned automatically, needs some preqres&lt;/LI&gt;&lt;LI&gt;streaming tables are not supported&lt;/LI&gt;&lt;LI&gt;Deep clone is DELTA Lake operation, won't work for Parquet, CSV, JSON&lt;/LI&gt;&lt;LI&gt;+ others limitations etc&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm happy to discuss more details, actually I'm really interested in migration topics like this &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I guess the each container you show represents a catalog?&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 11:20:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-migrate-catalog-storage-account-to-another-storage/m-p/156677#M5239</guid>
      <dc:creator>lukaszmaron</dc:creator>
      <dc:date>2026-05-12T11:20:10Z</dc:date>
    </item>
  </channel>
</rss>

