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

## What https://github.com/cybozu-go/moco/blob/1338c630814b63f7948fed1ac4172ca80f6d61f1/pkg/dbop/gtid.go#L24-L34 No test exists when RetrievedGtidSet is empty. ## How Describe how to address the issue. ## Checklist - [ ] Finish implementation of the issue - [...

good first issue

## What https://github.com/cybozu-go/moco/discussions/611 Enable simultaneous uploads to multiple buckets from moco-backup CronJob. ## How Describe how to address the issue. ## Checklist - [ ] Finish implementation of the issue...

## What This issue aims to address the situation of adjusting the update timing of MySQL pods by dynamically changing the partition of MySQL StatefulSet. In the past, we encountered...

## What We will copy the sidecar images already uploaded to quay.io to ghcr. https://quay.io/repository/cybozu/mysql?tab=tags https://quay.io/repository/cybozu/mysqld_exporter?tab=tags https://quay.io/repository/cybozu/fluent-bit?tab=tags NOTE: There are no plans to delete the quay.io images. ## How Describe...

**Describe the bug** cluster-manager is not started. **Environments** - Version: MOCO v0.16.1 **To Reproduce** 1. Create a MySQLCluster 2. Wait for the MySQLCluster to become HEALTHY. 3. Edit the MySQLCluster...

bug

## What A user wants to enforce encrypted communication within a k8s cluster using the `require_secure_transport=ON` option. However, the current MOCO implementation does not suppose encrypted communication. Some updates are...

**Describe the bug** When ConfigMap for MySQL config (which is refered in .spec.mysqlConfigMapName) is updated, moco-controller will perform the following operations. - Create a new ConfigMap for `my.cnf` - Update...

bug

**Describe the bug** MySQL Pods are not created when the length of MySQLCluster name is 48 or more. **Environments** - Version: MOCO v0.14.1、Kubernetes 1.24.9 **To Reproduce** Apply the following manifest:...

bug

## What > If you want your repositories to be labeled as Verified Publisher, you can add a to each of them including the repository ID provided below. This label...

## What At the moment it seems that I can't set a prefix for the backup location. It's just possible to set the bucket name, than moco will create the...

enhancement