DEV Community

Cover image for Installation and Configuration of PostgreSQL 16 Barman on Ubuntu 24.04 LTS #postgresql #barman #backup #pitr #opensource
Chitt Ranjan Mahto (Chirag)
Chitt Ranjan Mahto (Chirag)

Posted on

Installation and Configuration of PostgreSQL 16 Barman on Ubuntu 24.04 LTS #postgresql #barman #backup #pitr #opensource

inchirags@gmail.com Chirag PostgreSQL DBA Tutorial https://www.chirags.in


Installation and Configuration of PostgreSQL 16 Barman on Ubuntu 24.04 LTS
Enter fullscreen mode Exit fullscreen mode

❓What is PostgreSQL Barman?

PostgreSQL Barman (Backup and Recovery Manager) is an open-source tool for backing up, archiving, and restoring PostgreSQL databases.

🍁Runs on a separate server for centralized backups.

🍁Takes full backups and continuously archives WAL files.

🍁Supports Point-in-Time Recovery (PITR).

🍁Automates backup retention and monitoring.

🍁Useful for disaster recovery and compliance.

👉 In short: Barman is a backup + disaster recovery solution for PostgreSQL.

Complete installation and configuration of PostgreSQL Barman on Ubuntu 24.04 LTS. This will include both the backup server and PostgreSQL server setup.

🧭 Architecture


Role IP Address Description

Barman Server 192.168.136.129 Backup server

PostgreSQL Server 192.168.136.130 Database server

Default password everywhere: admin@123
Follow the YouTube Video:

For any doubts and query, please write on YouTube video 📽️ comments section.

Note : Flow the Process shown in video 📽️.

😉Please Subscribe for more videos:

https://www.youtube.com/@chiragtutorial

💛Don't forget to, 💘Follow, 💝Like, Share 💙&, Comment

Thanks & Regards,

Chitt Ranjan Mahto "Chirag"


Note: All scripts used in this demo will be available in our website.

Link will be available in description.

Top comments (0)