Last active
May 9, 2023 14:00
-
-
Save aanari/6707c7abcaddfc2b1bc9cbc4049e322e to your computer and use it in GitHub Desktop.
Install Postgres 11 on Amazon Linux 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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