Tag: BACKUP
Perform Mysql Physical Backup using Percona Xtrabackup
Perform Mysql Physical Backup using Percona Xtrabackup The Percona XtraBackup tools provide a method of performing a hot backup of your MySQL data while the system is running. Percona XtraBackup is a free, online, open source, complete database backups solution for all versions of Percona Server for MySQL and MySQL. Percona XtraBackup performs online non-blocking, tightly compressed, highly secure full backups on transactional […]
563 Total Views
RMAN Incremental Level 1 Differential and Cumulative Database Backup Scripts in Oracle
RMAN Incremental Level 1 Differential and Cumulative Database Backup Scripts in Oracle In this article, we are going to prepare a script for RMAN Incremental and differential Level 1 (L1) database backup which includes backup of datafiles (L1), control files, spfile along with archives. RMAN incremental backups back up only datafile blocks that have changed since […]
1,295 Total Views, 1 Views Today
RMAN Incremental Level 0 Database Backup Scripts in Oracle
RMAN Incremental Level 0 Database Backup Scripts in Oracle In this article, we are going to prepare a script for RMAN Incremental Level 0 (L0) database backup which includes backup of datafiles (L0), control files, spfile along with archives. RMAN incremental backups back up only datafile blocks that have changed since a specified previous backup. You […]
1,622 Total Views, 3 Views Today
Backup Based RMAN Duplicate Without Connecting To Target Database in Oracle
Backup Based RMAN Duplicate Without Connecting To Target Database in Oracle This article is a continuation of a recent article where we have demonstrated RMAN Active Duplicate Database in Oracle from ASM to ASM click here to go through it. In this article, we will perform a Backup Based RMAN Duplicate Without Connecting To Target […]
979 Total Views
RMAN Active Duplicate Database in Oracle from ASM to ASM
RMAN Active Duplicate Database in Oracle from ASM to ASM In a recent article, we demonstrated about Step by Step Migrate Database from Non-ASM to ASM in Oracle click here to know more about it. In this article, we will demonstrate step by step RMAN Active Duplicate Database in Oracle from ASM to ASM with […]
751 Total Views, 1 Views Today
Step by Step Migrate Database from Non-ASM to ASM in Oracle
Step by Step Migrate Database from Non-ASM to ASM in Oracle This article is a continuation of a recent article where we have demonstrated Offline Restore or Clone Database on the same server or rename database in Oracle click here to go through it. In this article, we will perform a Step by Step Migrate […]
962 Total Views, 1 Views Today
Backups from the Standby Server using pgBackRest in PostgreSQL
Backups from the Standby Server using pgBackRest in PostgreSQL In the previous blog, we have configured Streaming Replication Cluster using pgBackRest Click here to read more. We will use the same PostgreSQL cluster to show How we can take a backup from Standby Cluster using pgBackRest. Below are the high-level steps which we will […]
986 Total Views, 1 Views Today
Recent Comments