Open Cogax opened 3 years ago
Same problem occurs with RESTORE DATABASE FROM URL
when bak file is on Azurite.
I have the same issue. Checking the sql server logs I get error code 3041, which is something that was fixed in ms sql server 2017 CU 2. As this image is mcr.microsoft.com/mssql/server:2019-latest it should include that fix.
Any update here? I'm running into the same issue with no further information on how to possibly solve it. Also running an up to date image
+1 bumping it up. Also seeing the same issue
Bumping, need a solution when possible. then again, this happens with desktop version too, so its not a docker issue.
I have referenced these issues in the SQL Server Feedback forum and hope to hear back from the SQL team soon:
https://feedback.azure.com/d365community/idea/7a582cd4-11d2-ed11-a81c-000d3ae51e62
If not, I will ping the SQL Server Product Group to see if we can get some movement 🙏🏼
Any updates on this? 🙏
We use Azurite as an emulator for Azure Blob Storage accounts in local and testing environments. We have an issue, that
BACKUP DATABASE TO URL
commands will fail if we use an URL to Azurite (localhost
) and not.blob.core.windows.net
(see Docs):In Issue https://github.com/Azure/Azurite/issues/1089 we evaluated the problem and it seems not related to Azurite, but to mssql-server.
Details:
C# Code:
docker-compose.yaml