BACKUP

Configure pgbackrest on Database Server – Local in PostgreSQL 5 (2)

June 28, 2021

Configure pgbackrest on Database Server – Local in PostgreSQL pgBackRest is an open-source backup tool for PostgreSQL which offers easy configuration and reliable backups. pgBackRest is a reliable, easy-to-use backup…

Loading

📌
0💬 read more

Physical PostgreSQL Backup using BARMAN 0 (0)

June 26, 2021

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…

Loading

📌
0💬 read more

Install and Configure BARMAN for PostgreSQL 5 (1)

June 23, 2021

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…

Loading

📌
0💬 read more

Physical PostgreSQL Backup using pg_basebackup 0 (0)

June 21, 2021

Physical PostgreSQL Backup using pg_basebackup  pg_basebackup is used to take base backups of a running PostgreSQL database cluster.  It Can be used both for point-in-time recovery and as the starting…

Loading

📌
6💬 read more

Physical PostgreSQL Backup 4 (1)

June 18, 2021

Physical PostgreSQL Backup Is file system-level copy of files that comprise the database cluster can be either Offline or Online mode. Advantage : 1) Generally faster to backup and restore. 2) Allow…

Loading

📌
2💬 read more

Logical PostgreSQL Backup – Import 0 (0)

June 16, 2021

Logical PostgreSQL Backup – Import Logical (SQL DUMP) Database Backup (Export/Import) is an extract of some or all data or structure of objects within the database. This is a dump in the form…

Loading

📌
0💬 read more

Logical PostgreSQL Backup – Export 0 (0)

June 15, 2021

Logical PostgreSQL Backup – Export Logical (SQL DUMP) Database Backup is an extract of some or all data or structure of objects within the database. This is a dump in…

Loading

📌
0💬 read more

RMAN Full Database Backup Scripts in Oracle 5 (2)

March 30, 2021

RMAN Full Database Backup Scripts in Oracle. In this article, we are going to prepare a script for RMAN full database backup which includes backup of datafiles, control files, spfile…

Loading

📌
0💬 read more

Mysql Logical Backup using mysqlsh – Export 5 (1)

February 17, 2021

Mysql Logical Backup using mysqlsh – Export In this article, we are going to demonstrate MySQL Logical Backup using mysqlsh – Export. There are several ways to backup MySQL data. Those are:…

Loading

📌
0💬 read more

Mysql Logical Backup using myloader – Import 0 (0)

Mysql Logical Backup using myloader – Import This blog post is a continuation of the previous blog post Mysql Logical Backup using mydumper – Export Click here to read more….

Loading

📌
0💬 read more