Automated Backups - Umbraco Cloud Azure Blob Storage and SQL Database #947
Unanswered
garethsheldon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Title: SQLPackage Automation for Umbraco Cloud Backup Fails – Works in SSMS
Questions
Is there a restriction on using SqlPackage or automation tools with Umbraco Cloud-hosted databases?
Are there specific firewall or network rules that block this kind of access?
Is there an official or supported way to automate backups for Umbraco Cloud databases?
Using
SqlPackage
, I tried automating the backup of an Umbraco Cloud database using Power Automate and PowerShell with Task Scheduler.However, the process fails with the following error:
The strange part is that the same credentials work perfectly in SSMS.
Code Used
Beta Was this translation helpful? Give feedback.
All reactions