Hi,
There’s a way to perform backup using xbcloud to Oracle Cloud Object storage bucket, as xbcloud perform backups to Amason s3 Buckets?
Hi,
There’s a way to perform backup using xbcloud to Oracle Cloud Object storage bucket, as xbcloud perform backups to Amason s3 Buckets?
Hello @Thiago_Andreis,
If OCI storage supports the S3 standard, then xbcloud should work all the same.
Thank you @matthewb, I’ll check the oci documentation.
In case of someone having this issue.
This solution works for me.
You wi’ll need to configure the oci cli on your machine.
Then you can redirect the xbstream output to the oci client.
xtrabackup --backup --stream=xbstream --compress | $(oci os object put --bucket-name bucket --file - --name backup_mysql_2023-02-16/backup.xbstream)
Please note the value “-” for the argument “–file”: --file -
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.