Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Installer] Add PostgreSQL database installer #87

Open
joglomedia opened this issue Jul 20, 2021 · 0 comments
Open

[Installer] Add PostgreSQL database installer #87

joglomedia opened this issue Jul 20, 2021 · 0 comments
Assignees
Labels
new feature request New feature request / suggestion
Projects

Comments

@joglomedia
Copy link
Owner

PostgreSQL is a powerful, open source object-relational database system.

Install on Ubuntu (16.04, 18.04, 20.04)

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql

Install on Debian (8, 9, 10, 11)

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql
@joglomedia joglomedia added the new feature request New feature request / suggestion label Jul 20, 2021
@joglomedia joglomedia self-assigned this Jul 20, 2021
@joglomedia joglomedia added this to To do in LEMPer 3.0 via automation Jul 22, 2021
@joglomedia joglomedia changed the title [NFR] Add PostgreSQL database installer [Installer] Add PostgreSQL database installer Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature request New feature request / suggestion
Projects
LEMPer 3.0
  
To do
Development

No branches or pull requests

1 participant