Skip to content

Instantly share code, notes, and snippets.

@l1x
Created September 28, 2021 11:08
Show Gist options
  • Save l1x/47bb9404ad0ded8ddee23a7c06a9500b to your computer and use it in GitHub Desktop.
Save l1x/47bb9404ad0ded8ddee23a7c06a9500b to your computer and use it in GitHub Desktop.
Installing PostgreSQL 13 on Amazon Linux 2
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