dataplat / dbatools

🚀 SQL Server automation and instance migrations have never been safer, faster or freer
https://dbatools.io
MIT License
2.47k stars 803 forks source link

Enable Azure Blob Storage as backup path #7763

Open WeyardWiz opened 3 years ago

WeyardWiz commented 3 years ago

Summarize Functionality

We are attempting logshipping using the Invoke-DbaDbLogShipping command. Basically we want to store backups on Azure Blob storage, yet Invoke-DbaDbLogShipping requires a $BackupNetworkPath. The closest I was to this was Azure File Shares but unfortunately port 445 is blocked it seems so I cant utilize that.

Please create the ability to choose Azure Blob Storage as a backup/copy destination path instead of a network drive path.

Is there a command that is similiar or close to what you are looking for?

No

Technical Details

No response

potatoqualitee commented 3 years ago

Nice! That'd be cool, @sanderstad

WeyardWiz commented 2 years ago

@potatoqualitee Any updates about this Chrissy?

potatoqualitee commented 2 years ago

hey weyard! generally, sander takes care of this set of commands, i'll ping him and see whats up.

WeyardWiz commented 2 years ago

hey weyard! generally, sander takes care of this set of commands, i'll ping him and see whats up.

Thanks Chrissy, any update from sander?

potatoqualitee commented 2 years ago

yes, sorry. he said it's a great idea but will take a lot of work and changes so may take a bit. @jpomfret -- I believe you recently wrote about this topic, any interest in adding some blog storage support?

jpomfret commented 2 years ago

Hey @potatoqualitee - I would love to, a little swamped with Grillen & PSConfEU at the moment, but I'll chat with Sander and see what we can do :)

sanderstad commented 2 years ago

@jpomfret Let's do that!

@WeyardWiz Sorry for not replying earlier but it's been pretty busy and this change is going to take some work but we'll work on it :)

WeyardWiz commented 2 years ago

@jpomfret Let's do that!

@WeyardWiz Sorry for not replying earlier but it's been pretty busy and this change is going to take some work but we'll work on it :)

Awesome thanks, looking forward to it guys!

WeyardWiz commented 1 year ago

@sanderstad @potatoqualitee @jpomfret Hey guys, any update about this feature as we approach year end?