Tool information
Area for Triage: Databases
Question, Bug, or Feature?: Feature
Virtual environments affected
Can this tool be installed during the build?
Yes, using a step like this on Ubuntu 18.04:
- name: Install PostgreSQL
run: |
echo 'deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main' | sudo tee /etc/apt/sources.list.d/pgdg.list
sudo curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y --no-install-recommends postgresql-11
echo '::add-path::/usr/lib/postgresql/11/bin'
This takes roughly 75 seconds to execute.
Are you willing to submit a PR?
Depending on difficulty. I took a cursory look at the MySQL script and it has more steps than I would expect.
Should have the Postgis extension installed as well
Why would this be limited to only linux?
Note there is a choco package https://chocolatey.org/packages/postgresql11
Why would this be limited to only linux?
Probably shouldn't be. My needs are Linux-only, so that's all I checked. I'll update the description.
This issue has not had any activity in 30 days, if you still require assistance please remove the no-issue-activity label
@github-actions I cannot remove the label
Thanks for the suggestion @zombiezen, just took us a bit to get here 馃槰. We'll look into it and confirm there are no issues adding it.
@zombiezen We have added PostgreSQL serve to the image and it will be rolled out next week.
In case of any questions, please let us know, we will be glad to assist you further.
@zombiezen We have implemented PostgreSQL server installation on out agents. Could you please verify on your side?
I'm going to close the issue until further clarifications.
In case of any questions feel free to contact us.
Most helpful comment
@zombiezen We have added PostgreSQL serve to the image and it will be rolled out next week.
In case of any questions, please let us know, we will be glad to assist you further.