To setup point-in-time recovery for MDS using Object Storage,
these are the prerequisites:
- a MDS instance running
- a backup plan (default)
- a compute instance
- an Object Storage Bucket
In this article, I won’t focus on how to create a MDS instance, a
compute instance, enable backups and Object Storage Bucket, this
is easy and there is already a lot of literature about them (you
can also check several of my previous articles).
This is part 1 of the Point-in-Time Recovery in OCI MDS series.
It’s only about streaming the binary logs to Object Store. In
part 2, we will see how to use them and perform PITR.
Saving the binary logs
In fact most of the work will be to setup the compute instance to
store the binary logs coming from MDS (one single compute
instance could stream those binlogs from multiple MDS source).
On the compute instance we need …
[Read more]