[[https://yum.oracle.com/oracle-linux-isos.html|Oracle Linux]]
[[https://www.atlantic.net/dedicated-server-hosting/how-to-install-odoo-14-erp-on-oracle-linux-8/|How to Install Odoo 14 ERP on Oracle Linux 8]]
[[https://www.atlantic.net/dedicated-server-hosting/how-to-install-and-secure-postgresql-server-on-oracle-linux-8/|How to Install and Secure PostgreSQL Server on Oracle Linux 8]]
----
**Install postgresql-12 In oracle linux 8.0**
um -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
yum -y install yum-utils
yum-config-manager --enable pgdg12
yum install postgresql12-server postgresql12
No match for argument: postgresql12-server
No match for argument: postgresql12
yum -qy module disable postgresql
yum install postgresql12-server postgresql12
Last metadata expiration check: 0:05:25 ago on Mon 07 Oct 2019 12:06:20 PM CEST.
Dependencies resolved.
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
postgresql12-server x86_64 12.0-1PGDG.rhel8 pgdg12 5.1 M
Installing dependencies:
python2-setuptools noarch 39.0.1-10.el8+5120+95a111a8 ol8_beta 643 k
python2-libs x86_64 2.7.15-15.0.1.el8+5120+95a111a8 ol8_beta 6.0 M
python2 x86_64 2.7.15-15.0.1.el8+5120+95a111a8 ol8_beta 106 k
postgresql12 x86_64 12.0-1PGDG.rhel8 pgdg12 1.5 M
postgresql12-libs x86_64 12.0-1PGDG.rhel8 pgdg12 390 k
Enabling module streams:
python27 2.7
Transaction Summary
----