vso-agent-tasks
vso-agent-tasks copied to clipboard
DbUpMigration Support for Postgresql
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?
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.