「CentOS8.3」PostgreSQL12をインストールする方法
操作方法
1.バージョン情報を確認
# cat /etc/redhat-release
CentOS Linux release 8.3.2011
2.リポジトリを確認
# dnf module list postgresql
3.モジュールをインストール
# dnf module install postgresql:12/server postgresql:12/client
Coding Changes the World
操作方法
1.バージョン情報を確認
# cat /etc/redhat-release
CentOS Linux release 8.3.2011
2.リポジトリを確認
# dnf module list postgresql
3.モジュールをインストール
# dnf module install postgresql:12/server postgresql:12/client