This video discusses how you can use MySQL Shell to dump data to and load data from an Oracle Cloud Infrastructure Storage Bucket.
Here is the command syntax for creating the OCI bucket and passing the compartment ID.
oci os bucket create --name database_dumps --compartment-id {compartment ID}
Links:
MySQL Shell: https://dev.mysql.com/doc/mysql-shell/8.0/en/
OCI: https://www.oracle.com/cloud/
Installing OCI CLI: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm
Configuring OCI CLI: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliconfigure.htm
Dump Utilities for OCIL: https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-dump-instance-schema.html#mysql-shell-utilities-dump-opt-mds-oci
Dump Loading Utilities for OCI: https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-load-dump.html#mysql-shell-utilities-load-dump-opt-mds-oci
Here is the command syntax for creating the OCI bucket and passing the compartment ID.
oci os bucket create --name database_dumps --compartment-id {compartment ID}
Links:
MySQL Shell: https://dev.mysql.com/doc/mysql-shell/8.0/en/
OCI: https://www.oracle.com/cloud/
Installing OCI CLI: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm
Configuring OCI CLI: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliconfigure.htm
Dump Utilities for OCIL: https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-dump-instance-schema.html#mysql-shell-utilities-dump-opt-mds-oci
Dump Loading Utilities for OCI: https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-load-dump.html#mysql-shell-utilities-load-dump-opt-mds-oci
- Category
- MySQL
- Tags
- MySQL, Database, Open-source

Be the first to comment