Yamamoto, Hirotaka
Yamamoto, Hirotaka
@DFazeli This is an example procedure to make moco use custom images. 1. Download raw manifests from https://github.com/cybozu-go/moco/releases/latest/download/moco.yaml 2. Search `kind: Deployment` in the downloaded manifest. 3. Add `args` to...
Thank you for the report. This seems a limitation for MySQL prior to 8.0.26.
There is a basic support for this in moco. We use this setup to replicate two moco clusters running in two k8s clusters. https://cybozu-go.github.io/moco/usage.html#creating-a-cluster-that-replicates-data-from-an-external-mysqld I don't have any plan for...
A possible workaround would be to `START SLAVE` anyway when the replica seems to have an extra transaction.
@slavonicsniper Could you give us how to reproduce the problem using `kubectl`?
Backup to GCS is not supported now. It can be added by implementing Bucket interface for GCS in this package. https://github.com/cybozu-go/moco/tree/main/pkg/bucket We welcome a pull request for adding GCS support.
@Prakharkarsh1 Hi, Thank you for your intention to contribute to this project. We will review your pull request when it's ready.
We use [minio](https://minio.io/) to test S3 bucket implementation. Likewise, we may use these tools to test GCS bucket implementation. - https://github.com/oittaa/gcp-storage-emulator - https://github.com/fsouza/fake-gcs-server
@Prakharkarsh1 Hello, Do you still want to contribute to this feature?
Thank you for the report. We also do not have experience with OpenShift, so need help.