On Oracle Cloud Infrastructure, aka OCI, MySQL Database Service, aka MDS uses the snapshot technology to backup your data.
I will explain how it works in the multiple part blog series. In part 1, we will deal with taking snapshots as backup. In part 2, we will see how to restore data and for which usage.
Snapshots
The Oracle Cloud Infrastructure Block Volume service provides you with the capability to group together multiple volumes in a volume group.
This is exactly what MDS uses to store the data.
We can easily see this from some global variables:
+-----------------------------+--------------------------------+ | Variable_name | Value | +-----------------------------+--------------------------------+ | datadir | /db/data/ | | innodb_data_home_dir | /db/data/ | | innodb_log_group_home_dir …
[Read more]