Bug #112843 | The mysql operator can't use snapshot, raise an error | ||
---|---|---|---|
Submitted: | 26 Oct 2023 9:42 | Modified: | 31 Oct 2023 17:13 |
Reporter: | Bing Ma (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Operator | Severity: | S2 (Serious) |
Version: | OS: | Ubuntu (on k8s ) | |
Assigned to: | CPU Architecture: | x86 |
[26 Oct 2023 9:42]
Bing Ma
[26 Oct 2023 10:01]
Bing Ma
helm ls NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION ic1026-04 oracle-mysql 1 2023-10-26 17:49:19.666973783 +0800 CST deployed mysql-innodbcluster-2.1.0 8.1.0 operator oracle-mysql 1 2023-10-23 10:33:08.889505079 +0800 CST deployed mysql-operator-2.1.0 8.1.0-2.1.0 ### MySQLBackup is just the name of the custom resource and has nothing to do with whether it is a commercial version. My understanding is this
[26 Oct 2023 10:02]
Bing Ma
helm ls NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION ic1026-04 oracle-mysql 1 2023-10-26 17:49:19.666973783 +0800 CST deployed mysql-innodbcluster-2.1.0 8.1.0 operator oracle-mysql 1 2023-10-23 10:33:08.889505079 +0800 CST deployed mysql-operator-2.1.0 8.1.0-2.1.0 ### MySQLBackup is just the name of the custom resource and has nothing to do with whether it is a commercial version. My understanding is this
[26 Oct 2023 12:36]
MySQL Verification Team
Hi Bing Ma, Apologies for previous note, my colleague... Back to your report, can you tell me do you get same problem if you try to create snapshot locally and not to AWS ? When I try examples from our documentation ( https://dev.mysql.com/doc/mysql-operator/en/mysql-operator-backups.html ) ti works ok. Thanks
[26 Oct 2023 12:39]
Bing Ma
it's locally, you can see I set endpoint to http://172.30.47.0:30926, it's minio's address
[26 Oct 2023 12:41]
Bing Ma
the key point is "snapshot:", you misunderstanding what I mean, not backup
[26 Oct 2023 13:05]
MySQL Verification Team
Hi, Yes, but your storage is S3, you have S3 compatible API sitting on that url? Anyhow, I need to test snapshot, it does work different from backup
[31 Oct 2023 17:13]
MySQL Verification Team
Hi, I verified the bug. Weird behavior with snapshot. Will see what the k8s team will say.