PostgreSQL 12 service in VS2019
Hi, how to start PSQL 12 service in VS2019 image? I have tried "postgresql121" and "postgresql12" in "services" section to no avail. The latest version documentation is aware of is 10.1 (https://www.appveyor.com/docs/services-databases/#postgresql).
Regards, Ilya
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 16 Jan, 2020 07:42 PM
Hi Ilya,
PostgreSQL 12 is not yet integrated with build agent's services, however you can start the service during the build:
2 Posted by Ilya on 16 Jan, 2020 07:45 PM
Hi Feodor,
Thank you, it will do.