只需要一种中文的原生版本:在AlmaLinux 9上安装PostgreSQL 15(通过AppStream)
首先
使用Application Stream(AppStream)在AlmaLinux OS 9上安装PostgreSQL 15。
支持
如果使用了这种方法,根据Red Hat Enterprise Linux Application Streams Life Cycle – Red Hat Customer Portal,2028-05可能会成为EOL。
之后可能不会对报告的漏洞和问题进行修复。
日志
安装
# cat /etc/redhat-release
AlmaLinux release 9.2 (Turquoise Kodkod)
# yum module list postgresql
Last metadata expiration check: 0:00:06 ago on Fri Jul 7 03:47:25 2023.
AlmaLinux 9 - AppStream
Name Stream Profiles Summary
postgresql 15 client, server PostgreSQL server and client module
Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
# yum install -y @postgresql:15/server
... 略
各种验证
# which postgres
/usr/bin/postgres
# which psql
/usr/bin/psql
# psql --version
psql (PostgreSQL) 15.2