johanclasson / vso-agent-tasks

Build and Release Tasks for Visual Studio Online and Team Foundation Server
MIT License
20 stars 16 forks source link

DbUpMigration Support for Postgresql #49

Open thecodemonk opened 5 years ago

thecodemonk commented 5 years ago

It would be awesome to have Postgresql support. I know enough powershell to be dangerous, however I have no experience with powershell scripting with TFS/Azure DevOps. DbUp has Postgresql support, but it's a nuget package that adds dbup-postgres.dll and it appears that has a dependency on npgsql.dll.

Would this be difficult to implement?

johanclasson commented 5 years ago

I have no idea since I have no experience with postgresql. I guess the hardest part would be to write automated tests verifying that the postgresql-related functionality works.

Without automated tests I would not be able to verify that stuff still works after any future change is made.

The actual change in the PowerShell scripts would probably be minor.