aaronparker / evergreen

Create evergreen Windows image build pipelines with the latest version numbers and download URLs for common applications
http://stealthpuppy.com/evergreen/
MIT License
383 stars 66 forks source link

[New app]: PostgreSQL Global Development Group psqlodbc #747

Closed bmitchell76 closed 1 month ago

bmitchell76 commented 1 month ago

What is the new application?

PostgreSQL Global Development Group psqlodbc driver

Vendor site

https://www.postgresql.org/ftp/odbc/releases/

Does the vendor require a sign-in to download the app?

No

Does the application include an updater?

No

Have you reviewed the list of supported applications?

aaronparker commented 1 month ago

I can't find a source to use to query for updates

AScott-WWF commented 1 month ago

This looks like a task for Nevergreen... @bmitchell76 if you use the Nevergreen PowerShell module, you could save the script I have just posted here (https://github.com/DanGough/Nevergreen/issues/121) into your .\Modules\Nevergreen\\\Apps\ folder as Get-PostgreSQL.ps1 - until this script gets included into a future Nevergreen release.

bmitchell76 commented 1 month ago

Thanks @AScott-WWF, I'll check it out.