Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
PriyaJha
Regular Visitor

Backup Fabric Warehouse

I was trying to backup entire warehouse and had following questions:

Is it possible to clone a fabric warehouse in another workspace on a scheduled basis in an automated way?

Is there a way to backup Fabric warehouse?

2 ACCEPTED SOLUTIONS
digitalbrain
Helper I
Helper I

Hi @PriyaJha, As far as I am aware, there's no official inbuilt feature to backup entire warehouse into different workspace. However, there is a workaround to achieve same goal using Data Pipeline. You can define the metadata (name, schema, deltacolumn etc.) of entire warehouse into a table and then pull that configuration via Lookup activity. Use For each activity to loop through all the tables and copy activity (inside For each) to copy the data of A warehouse (workspace A) to B warehouse( workspace B). You would need dynamic content builder to populate source and destination configurations of copy activity (metadata driven). 

 

If you would like to proceed with standard restoration (System-created, User defined), there are some limitations.

 

Data warehouse restoration: https://learn.microsoft.com/en-us/fabric/data-warehouse/restore-in-place

 

Screenshot 2024-09-19 at 8.00.10 PM.pngScreenshot 2024-09-19 at 8.00.20 PM.png

Just an FYI - I've used hard coded values to test it.

View solution in original post

liuqi_pbi
Resolver III
Resolver III

I use the deployment pipeline for copying lakehouses and warehouses from one workspace to another workspace. Although this is not the primary design target for the deployment pipeline, but it can do some similar backup tasks.

 

It supports selective deployment so you can select a specific warehouse for deploying to another workspace. You can also automate the deployment by using PowerShell or Fabric REST APIs. I haven't automated the process so I cannot provide more detailed suggestions about it. You may google it and give it a try!

View solution in original post

3 REPLIES 3
liuqi_pbi
Resolver III
Resolver III

I use the deployment pipeline for copying lakehouses and warehouses from one workspace to another workspace. Although this is not the primary design target for the deployment pipeline, but it can do some similar backup tasks.

 

It supports selective deployment so you can select a specific warehouse for deploying to another workspace. You can also automate the deployment by using PowerShell or Fabric REST APIs. I haven't automated the process so I cannot provide more detailed suggestions about it. You may google it and give it a try!

digitalbrain
Helper I
Helper I

Hi @PriyaJha, As far as I am aware, there's no official inbuilt feature to backup entire warehouse into different workspace. However, there is a workaround to achieve same goal using Data Pipeline. You can define the metadata (name, schema, deltacolumn etc.) of entire warehouse into a table and then pull that configuration via Lookup activity. Use For each activity to loop through all the tables and copy activity (inside For each) to copy the data of A warehouse (workspace A) to B warehouse( workspace B). You would need dynamic content builder to populate source and destination configurations of copy activity (metadata driven). 

 

If you would like to proceed with standard restoration (System-created, User defined), there are some limitations.

 

Data warehouse restoration: https://learn.microsoft.com/en-us/fabric/data-warehouse/restore-in-place

 

Screenshot 2024-09-19 at 8.00.10 PM.pngScreenshot 2024-09-19 at 8.00.20 PM.png

Just an FYI - I've used hard coded values to test it.

NandanHegde
Super User
Super User

Based on my understanding, unfortunately it is not possible to clone the fabric warehouse in another workspace. the restore points that are created, can be restored /overwritten on the existing warehouse only




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

Helpful resources

Announcements
May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.