Category Uncategorized

How to install Cloudberry Database on Cent OS

The source of this document is from the GitHub repository cloudberrydb This guide outlines the steps for compiling and installing Cloudberry Database on Cent OS 9. To compile and install Cloudberry Database, follow these steps: Clone the GitHub repository. Install required…

LDAP

Introduction to LDAP Purpose The Lightweight Directory Access Protocol (LDAP) is a directory service protocol that runs on a layer above the TCP/IP stack. It provides a mechanism used to connect to, search, and modify Internet directories. How directory service…

PostgreSQL 13 – Improved base backup

“PostgreSQL 13 has been released with more than 160 new features compared to its previous versions” In this article we will try to understand what’s new about pg_basebackup in PostgreSQL 13 pg_basebackup is a widely used PostgreSQL backup tool that…