Skip to content

Possible to use dbaclone with Azure SQL sources? #158

Answered by sanderstad
danstis asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Dan,

Cloning data from an Azure SQL DB does come with some extra challenges.

The fact is that with Azure SQL DB you don't have any local backups, or are able to run a backup-restore to create the image.
How dbaclone creates the images is by backing up (or using an existing backup) and restoring that backup inside a VHD file.

The only way I think that this could work with Azure SQL DB, is when you export the data from your Azure SQL DB to a BACPAC, deploy that BACPAC to create the database locally and then use that local copy to create the images and eventually the clones.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@danstis
Comment options

@MatthewBeste
Comment options

Answer selected by danstis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants