Postgresql 12
We'd like to start using Postgresql 12 but it looks like the highest version on your VM's is still just V10?
I don't seem to be able to use Chocolatey to install it as it can't find the command line tools despite using chocolatey's refreshenv
command and a couple of other different approaches.
Any plans to support the current version of Postgresql?
Any tips on how I can start using it now?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 27 Nov, 2019 12:03 AM
I've created a new issue to install PostgreSQL 12 during the next update: https://github.com/appveyor/ci/issues/3223
You can use the following PS snippet to install PostgreSQL 12 during the build:
Takes around 2 mins to install.
2 Posted by w.n.bates on 27 Nov, 2019 07:41 AM
This doesn't work either. Appears to be the same problem. The shell can't find the command line tools e.g. psql
Support Staff 3 Posted by Feodor Fitsner on 27 Nov, 2019 05:13 PM
To have
psql
in PATH just add this line to the end of the script:4 Posted by Michael Pendon on 18 Jan, 2020 12:49 PM
Verified and this is working! Thanks
Reminder: Remove the service PostgreSql in the AppVeyor.