ablog

不器用で落着きのない技術者のメモ

Amazon Linux 2 に PostgreSQL 12 をインストールする

$ sudo rpm -ivh --nodeps https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
  • pgdg-redhat-all.repo の $releasever を 7 に置換
$ cd /etc/yum.repos.d
$ sudo perl -i.org -pe 's/\$releasever/7/g' pgdg-redhat-all.repo
$ sudo yum -y install postgresql12
$ sudo yum -y install postgresql12-contrib