vso-agent-tasks icon indicating copy to clipboard operation
vso-agent-tasks copied to clipboard

DbUpMigration Support for Postgresql

Open thecodemonk opened this issue 6 years ago • 1 comments

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?

thecodemonk avatar Oct 18 '18 21:10 thecodemonk

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.

johanclasson avatar Oct 19 '18 07:10 johanclasson