Service versioning via web UI
Settings->Environment only has a pull down menu for services which default to the current version. If I want to specify a version (in this case, PostgreSQL v 9.3) is there a way to make this change via the Web UI? I know I can export the appveyor.yml and make the change there, but I prefer to do things via the UI.
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 Feodor Fitsner on 07 Jun, 2017 05:46 PM
You can just explicitly start Postgre 9.3 service by putting into
Install
script section:or as PowerShell:
2 Posted by Tom on 07 Jun, 2017 06:01 PM
Thank you for the reply Feodor! I tried adding the net start line to Environment-> Install Script (CMD). Now I see the error:
net start postgresql-x64-9.3
The service name is invalid.
Support Staff 3 Posted by Feodor Fitsner on 07 Jun, 2017 06:25 PM
Is it VS 2017 image? There is no PGSQL 9.3 on it.
4 Posted by Tom on 07 Jun, 2017 06:31 PM
yes it is VS 2017. Can I install 9.3 on it?
Support Staff 5 Posted by Feodor Fitsner on 07 Jun, 2017 06:44 PM
You can install it during the build with the following script:
6 Posted by Tom on 07 Jun, 2017 07:24 PM
This script failed for me. I reverted to VS 2015. I'll have to revisit this at a later time
7 Posted by Ilya Finkelshte... on 07 Jun, 2017 07:51 PM
It is working script. Just tested it.
Please ensure that you run it as PowerShell, not CMD.
8 Posted by Tom on 07 Jun, 2017 08:11 PM
I already have CMD code I use, I started translating it but just don't have the time right now
9 Posted by Ilya Finkelshte... on 07 Jun, 2017 08:15 PM
you can wrap it into
.ps1
file and callpowershell <path_to_ps1>
from CMDIlya Finkelshteyn closed this discussion on 25 Aug, 2018 02:17 AM.