Fading Coder

An Old Coder’s Final Dance

Offline Installation of PostgreSQL 12 on RHEL 7 for SonarQube

SonarQube 8.3 supports Oracle, SQL Server, and PostgreSQL. For a lightweight, license-free option suitable for isolated environments, PostgreSQL is a practical choice. The following steps outline an offline setup on a RHEL 7 system. Download RPMs for Offline Install Visit https://www.postgresql.org/...

Configuring High Availability and Load Balancing for PostgreSQL Using pgpool-II

This document provides a comprehensive guide to implementing high availability and load balancing for PostgreSQL databases using pgpool-II in a cluster setup. The content covers installation, configurasion, failover strategies, and cluster validation. Overview of pgpoool-II pgpool-II acts as a middl...