Since MySQL Shell 8.1, it’s even easier to create a logical backup of your MySQL instance and store it directly in Object Storage, an internet-scale, high-performance storage platform in Oracle Cloud Infrastructure (OCI).
MySQL Shell now offers the option of dumping to Object Storage Bucket using PAR (Pre-Authenticated Request).
Bucket Creation
The first step is to create an Object Storage Bucket in the OCI Console:
Let’s call it lefred-mysql-backups
:
When created, we can click on the three-dots and create a new PAR:
…[Read more]