EnterpriseDB PostgreSQL Manuel Install

EnterpriseDB PostgreSQL Manuel Install

📦 EDB Advanced Server 14 – Tarball Installation (RHEL 8, x86_64)

1. Extract the Package

tar xf enterprisedb_16_rhel8_x86_64.tar
gunzip enterprisedb_16_rhel8_x86_64_16_rhel8-x86_64-20220705.tar.gz
tar -xf enterprisedb_16_rhel8_x86_64_16_rhel8-x86_64-20220705.tar
cd enterprisedb_16_rhel8_x86_64_14_rhel8-x86_64

2. Create a Local YUM Repository

dnf install -y yum-utils createrepo
mkdir -p /srv/repos
cp -R * /srv/repos
createrepo /srv/repos

3. Create the Repo Config

vi /etc/yum.repos.d/edb-repo.repo

[edbas16]
name=EDB Postgres Advanced Server 16
baseurl=file:///srv/repos
enabled=1
gpgcheck=0

 4. Install the EDB Server

dnf -y install edb-as16-server

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Back To Top