geeklearningio / gl-vsts-tasks-azure

Azure Pipelines Tasks that help you build and publish your applications on Microsoft Azure
https://marketplace.visualstudio.com/items?itemName=geeklearningio.gl-vsts-tasks-azure
MIT License
19 stars 7 forks source link

Restore backup on a different server #29

Open sandorfr opened 6 years ago

sandorfr commented 6 years ago

Add the capability to specify a different server as the target of a database restore.

samsmithnz commented 5 years ago

I second this request. Are you open to pull requests on this item too?

sandorfr commented 5 years ago

Yes a pull request is mire than welcome 🙏 On Sun 9 Dec 2018 at 09:07, Sam Smith notifications@github.com wrote:

I second this request. Are you open to pull requests on this item too?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/geeklearningio/gl-vsts-tasks-azure/issues/29#issuecomment-445493547, or mute the thread https://github.com/notifications/unsubscribe-auth/ACiXptfkFBG2JZz7uyjRqHyTFo1e9GrQks5u3DgugaJpZM4RsMXq .

samsmithnz commented 5 years ago

I will have a look. A few questions to enable this

sandorfr commented 5 years ago

Hi @samsmithnz, The task UI is defined in task.json https://github.com/geeklearningio/gl-vsts-tasks-azure/blob/master/Tasks/RestoreSqlDatabaseToSqlDatabase/task.json

Yes the powershell script should be runable. On one task we started adding pester tests. I could be a great thing to add to this task. https://github.com/geeklearningio/gl-vsts-tasks-azure/tree/master/Tests/PowerShell3/GeekLearning.VstsTasks.Azure.Tests