Start-Service : Cannot find any service with service name 'postgresql-x64-11'
Recently we are unable to start postgresql11 on Visual Studio 2019 image.
We have not changed any dependencies in our project, and according to https://www.appveyor.com/docs/windows-images-software/#databases postgresql11 should be available on Visual Studio 2019, as well as .NET core 3.1 which our project runs on.
Any idea what the issue might be?
Comments are currently closed for this discussion. You can start a new one.
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 Owen McDonnell on 28 Aug, 2024 08:07 PM
Yes, it seems to have been missed on the last image update. Apologies for that. We are working on an image update now and can add it back for the next image.
In the meantime, you could add a ps1 file with the following contents to your repo and call it in the
install:
section of your build.Support Staff 2 Posted by Owen McDonnell on 09 Sep, 2024 04:00 AM
Postgres 11 has been added back to new images released last week.
Owen McDonnell closed this discussion on 09 Sep, 2024 03:05 PM.