PostgreSQL 13 Installation with issue resolution
Installation of PostgreSQL 13 in OEL6
Requirements:
1. Install VMware Workstation 16 or later player
2. Install OEL 6.8, please refer the post Oracle 12c 2-node RAC setup in VMware Player 15 -- Part01 (venuoracledba.blogspot.com)
3. create account using personal account in Enterprise DB
3a. open below URL www.enterprisedb.com
4. After creating account, use credentials to login into enterprisedb portal and click on downloads
5. Click on EDB Postgres Advanced Server
6. We will select Linux x86-64 and click on Access Repo
7. Click on yum
8. select the 13 version on left side and on right side it will show download steps and commands.
9. install the postgres using yum command
10. goto folder /etc/yum.repos.d and update the edb.repo file
12. install edb-as13-server but it is failed due to dependent rpm packages
13. install dependencies rpm's.
13a. manually installing boost-regex rpm due to dependencies
13b. Manually installed boost-regex rpm without dependencies
13c. manually installed tcl and uuid rpm's
13c. manually installed boost-atomic rpm without dependencies
13d. Manually installed boost-filesystem rpm
13e. installed boost-system rpm without dependencies.
13f. manually installed boost-chrono rpm.
Comments
Post a Comment