在RockyLinux 8上安装PostgreSQL 15(AppStream)
首先
使用Application Stream(AppStream)在RockyLinux8上安装PostgreSQL 15。
原文:正在计划中。
参考资料:RHEL8的软件包结构- BaseOS和Application Stream- 赤帽工程师博客
支援
如果使用这种方法进行引入,根据《Red Hat Enterprise Linux 8应用程序流生命周期 – Red Hat客户门户》,2028-05被认为是EOL。
对于之后报告的漏洞和问题可能不会进行修复。
记录
安装
# cat /etc/redhat-release
Rocky Linux release 8.8 (Green Obsidian)
# yum module list postgresql
Last metadata expiration check: 0:00:04 ago on Fri Jul 7 03:42:17 2023.
Rocky Linux 8 - AppStream
Name Stream Profiles Summary
postgresql 9.6 client, server [d] PostgreSQL server and client module
postgresql 10 [d] client, server [d] PostgreSQL server and client module
postgresql 12 client, server [d] PostgreSQL server and client module
postgresql 13 client, server [d] PostgreSQL server and client module
postgresql 15 client, server [d] PostgreSQL server and client module
Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
# yum install -y @postgresql:15
... 略
各种确认
gè
# which postgres
/usr/bin/postgres
# which psql
/usr/bin/psql
# psql --version
psql (PostgreSQL) 15.2