Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
balleda2
Contributor
Contributor

Read SQL T-log backups from Azure Blob storage as Alternate backup folder in the source end point

How to set the SQL T-LOG backups from the Azure Blob storage as Alternate backup folder for CDC read changes from backup logs only. If no, when would this be for GA  and are there any alternate solutions immediately available to access the backups from the Azure Blob

1 Solution

Accepted Solutions
john_wang
Support
Support

Hello @balleda2 ,

Thanks for the clarification.

Alternate backup folder is an OS folder of the Replicate server. It typically expects a file system path, not a cloud URL. So directly specifying an Azure Blob path (like https://<account>.blob.core.windows.net/<container>) may not work. I'd like suggest you opening a support ticket to get confirmation.

Regards,

John.

 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

3 Replies
john_wang
Support
Support

Hello @balleda2 ,

Thanks for reaching out to Qlik Community!

Accessing transaction log (TLOG) backups stored on Azure Blob Storage for an Azure SQL Server database depends on the deployment model you're using. For example Azure SQL Managed Instance (MI) does not provide the TLOG access.

You might want to use the below endpoints for your SQL Server replication:

Hope this helps.

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
balleda2
Contributor
Contributor
Author

@john_wang this is not a SQL MI, it is SQL server in Azure VM and the backups are taken into the Azure Blob instead of the shared drive. Our  Qlik CDC task is replicating the data currently reading the tlog backup logs from the shared path, whihc will be replaced by the azure blob. Is it possible to add the Azure blob storage path in the Alternate backup folder.

john_wang
Support
Support

Hello @balleda2 ,

Thanks for the clarification.

Alternate backup folder is an OS folder of the Replicate server. It typically expects a file system path, not a cloud URL. So directly specifying an Azure Blob path (like https://<account>.blob.core.windows.net/<container>) may not work. I'd like suggest you opening a support ticket to get confirmation.

Regards,

John.

 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!