Tag: BARMAN
Setup Streaming Replication with repmgr and barman in PostgreSQL 0 (0)
Setup Streaming Replication with repmgr and barman in PostgreSQL repmgr is an open-source toolset and it is used to automate, enhance, and manage PostgreSQL streaming replication. Natively setting up and managing streaming replication involves many manual steps which include:1. Configuring replication parameters in both primary and each standby node.2. Backing up primary node data with […]
1,345 Total Views
Traditional Barman Setup With WAL Streaming in PostgreSQL 0 (0)
Traditional Barman Setup With WAL Streaming in PostgreSQL In the previous blog, we saw How To Configure Traditional Barman Backup Setup via rsync/ssh Click here to read more. And How To Configure Streaming Backup & WAL Streaming using BARMAN Click here to read more. In this blog, we will combine features offered by both Setup […]
1,174 Total Views
Traditional Barman Setup With WAL archiving via archive_command in PostgreSQL 0 (0)
Traditional Barman Setup With WAL archiving via archive_command in PostgreSQL In the previous blog, we saw How To Configure Traditional Barman Backup Setup via rsync/ssh Click here to read more. In this blog, we will replace archive_command for WAL archiving via rsync with barman-wal-archive. From Barman 2.6, the recommended way to safely and reliably […]
872 Total Views
Streaming Backup With Fallback WAL Archiving in PostgreSQL 5 (1)
Streaming Backup With Fallback WAL Archiving in PostgreSQL In previous blog we saw How To Configure Streaming Backup & WAL Streaming using BARMAN Click here to read more. In this blog we will configure WAL archiving via barman-wal-archive along with WAL Streaming for more robust architecture in PostgreSQL. This alternate approach requires:1. An additional SSH […]
733 Total Views
Configure Streaming Backup and WAL Streaming using BARMAN in PostgreSQL 0 (0)
Configure Streaming Backup & WAL Streaming using BARMAN in PostgreSQL In our previous blog, we saw steps to set up Traditional BARMAN Setup via rsync/SSH Click here to read more. In this blog, we will see How to Configure Streaming Backup & WAL Streaming using BARMAN in PostgreSQL. Traditionally, Barman has always operated remotely via […]
1,624 Total Views
Point in Time Recovery (PITR) using BARMAN in PostgreSQL 0 (0)
Point in Time Recovery (PITR) using BARMAN in PostgreSQL In the previous blog, we saw How to perform Full recovery using backup taken from BARMAN Click here to read more. In this blog, we will see How to perform PITR using backup taken from BARMAN in PostgreSQL. For demonstration, we will be using our PostgreSQL […]
1,312 Total Views
Restore Backup using BARMAN in PostgreSQL 0 (0)
Restore Backup using BARMAN in PostgreSQL In previous blog, we saw How to Install and Configure BARMAN for Backup Click here to read more. In this blog, we will see How to perform a restore of a backup taken from BARMAN. We will see complete steps for the below two scenarios: 1. Restore in the same […]
1,196 Total Views
Physical PostgreSQL Backup using BARMAN 0 (0)
Physical PostgreSQL Backup using BARMAN In the previous blog, we have demonstrated Install & Configured barman tool in Backup Server Click here to read more. In this blog, we will use barman tool to take database backups. List available servers: Use command barman list-server to get the list configured server in barman. Show configured parameters: Use […]
778 Total Views
Install and Configure BARMAN for PostgreSQL 5 (1)
Install and Configure BARMAN for PostgreSQL BARMAN (Backup and Recovery Manager) is an open-source administration tool for backup and disaster recovery of PostgreSQL servers. It allows performing remote backups of multiple servers. Following are barman features. 1) Open Source Tool. 2) Remote backup and restore of multiple Servers. 3) […]
3,085 Total Views
Hits by Community
Subscribe Our Newsletter
Achievements
Recent Posts
- How to Find Database Properties in Oracle
- Oracle Critical Database Patch ID for April 2022
- Steps to create a Heterogeneous Dataguard between Windows and Linux
- Steps to Add and Extend Swap Space in Linux
- Step by Step Manual Upgrade Container (CDB-PDB) Database from 12c to 19c in Multitenant Architecture
Recent Comments