Skip to content

Instantly share code, notes, and snippets.

@aanari
Last active May 9, 2023 14:00
Show Gist options
  • Save aanari/6707c7abcaddfc2b1bc9cbc4049e322e to your computer and use it in GitHub Desktop.
Save aanari/6707c7abcaddfc2b1bc9cbc4049e322e to your computer and use it in GitHub Desktop.
Install Postgres 11 on Amazon Linux 2
sudo yum update
sudo amazon-linux-extras enable postgresql11
sudo yum install postgresql postgresql-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment