Back
OCI Data Guard Terraform cross-region setup
20Sep, 2025

Cross-Region Data Guard in OCI with Terraform (2025 Update)

Business continuity is one of the key aspects of any production database landscape. While a single region setup in Oracle Cloud Infrastructure (OCI) already provides high availability, true disaster recovery (DR) requires replicating your database to another region. Oracle Data Guard makes this possible by maintaining a standby database system …

oci mysql terraform replication architecture diagram
28Jan, 2025

Cross-Region Replication for OCI MySQL HeatWave with Terraform

In this guide, you’ll learn how to set up OCI MySQL Terraform to achieve cross-region replication, high availability, and disaster recovery. Modern cloud applications need scalable, resilient, and globally available databases. Oracle Cloud Infrastructure (OCI) MySQL HeatWave Database Service (MDS) provides not only performance and analytics, but also the ability …

OCI Autonomous Database Terraform
24Apr, 2024

Cross-Region Autonomous Data Guard for OCI Autonomous Database (Serverless) with Terraform

In this guide, we’ll walk through how to set up OCI Autonomous Database Terraform, enabling cross-region disaster recovery with Autonomous Data Guard (ADG). When your OLTP workloads can’t afford regional outages, Autonomous Data Guard (ADG) is the safest path: a remote standby in another OCI region that’s continuously kept in …

OCI Autonomous Database Full Clone Terraform screenshot
05Aug, 2020

How to Create an OCI Autonomous Database Full Clone with Terraform

OCI Autonomous Database Full Clone Terraform is one of the most powerful features available in Oracle Autonomous Database (ADB). It allows you to create a copy of an existing database for development, testing, analytics, or troubleshooting scenarios without touching the production system. While you can always create clones manually through …

OCI Autonomous Database Backup Restore Terraform
03Apr, 2020

How to Restore OCI Autonomous Database from Backup with Terraform

In this guide, I’ll show you how to perform an OCI Autonomous Database Backup Restore Terraform. In production systems, backups aren’t optional — they’re your safety net. Autonomous Database (ADB) on Oracle Cloud Infrastructure (OCI) provides built-in automated backups, but restoring from them manually in the console is tedious and …