In this new series of articles we will explore the different sources of information available when using MySQL Database Service on OCI to effectively perform your daily DBA job.
Of course there is way less things to take care of, like backups, upgrades, operating system and hardware maintenance, …
But as a serious DBA, you want to know the status of all this and maintain some control.
Some information is available on OCI’s webconsole and some in
Performance_Schema
and Sys
.
If you use MySQL Shell for Visual Studio Code, you have the possibility to see an overview of your server using the Performance Dashboard:
But today we will take a look at the backup, a very important responsibility of the DBA.
When you use MySQL Database Service on OCI, you can define the backup policy at the DB Instance’s creation. You can always modify it later:
In …
[Read more]