moco icon indicating copy to clipboard operation
moco copied to clipboard

MySQL operator on Kubernetes using GTID-based semi-synchronous replication.

Results 58 moco issues
Sort by recently updated
recently updated
newest added

Hello, I am trying and failing to store backups to Google Cloud Storage. I have set up [Workload Identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) to give the k8s service account the permissions to access the...

enhancement
good first issue

Flaky Test exists: * https://github.com/cybozu-go/moco/runs/7571450260?check_suite_focus=true * https://github.com/cybozu-go/moco/runs/7537983217?check_suite_focus=true * https://github.com/cybozu-go/moco/runs/7663718249?check_suite_focus=true * https://github.com/cybozu-go/moco/runs/7465335349?check_suite_focus=true I think that test was successful in some cases and that the timeout was not enough. Increased timeout for...

In its current state, as cluster administrators we are unable to provide ready-to-use BackupPolicies to our users. It could be nice to either have a cluster-wide BackupPolicy resource (ClusterBackupPolicy?) or...

enhancement

When using BackupPolicy with ephemeral volumes, backups can fail with a permission denied error trying to write dump to the volume. This is because moco-backup run as uid 10000 and...

bug

## What Enabling binlog output during restoration slows down the process. It is better to disable binlog during the restore and enable binlog after the restore is complete. ## How...

enhancement
good first issue

**Describe the bug** In our environment, we experienced a brief network disconnection (for reasons unrelated to MOCO) and received the following errors. > **primary** > 2022-06-24T04:15:53.924593Z 0 [ERROR] [MY-013129] [Server]...

bug

## What Taking a backup of a MySQL instance is often resource-consuming. It would be great if users of MOCO can avoid running backup / restore Pods on the same...

enhancement
good first issue

## What When I run `make generate` inside GOPATH, it generates a different code than the committed code. ``` $ mkdir -p $GOPATH/src/github.com/cybozu-go/ $ cd $GOPATH/src/github.com/cybozu-go/ $ git clone [email protected]:cybozu-go/moco.git...

## What The API documents are not rendor as we expected. - Blank lines in comments are converted to `\n\n`. - Bullet points don't have a trailing newline. ### (1)...