PostgreSQL
2 articles in this category.

Database
Setting up Streaming Replication in PostgreSQL on Ubuntu
Step by Step PostgreSQL Streaming Replication guide.

Database
Comprehensive Guide to Setting Up PostgreSQL in a Production Environment
PostgreSQL is a powerful relational database management system known for its reliability, extensibility, and security features. Setting up PostgreSQL in a production environment requires careful consideration of security, user management, database configuration, remote access, and integration with applications. In this guide, we’ll provide step-by-step instructions, including all required commands and configurations. Step 1: Install PostgreSQL…