Created
September 28, 2021 11:08
-
-
Save l1x/47bb9404ad0ded8ddee23a7c06a9500b to your computer and use it in GitHub Desktop.
Installing PostgreSQL 13 on Amazon Linux 2
This file contains hidden or 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 amazon-linux-extras enable postgresql13 | |
sudo yum -y clean metadata | |
sudo yum -y install postgresql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment