You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed two different MySQL clusters with 1 replicas each and setup usual async replication between them. I am collecting backup only from the second instance. Now I am trying to test restore from the backup but the first instance.
I tried both values for the restorePoint local and UTC:
2025-01-22T19:15:01Z
2025-01-22T19:15:01Z
although in the logs of the testing/moco-restore-mysql-primary-deployment-nsnck:restore I see:
│ {"level":"info","ts":"2025-01-22T15:05:36Z","msg":"waiting for a pod to become ready","name":"moco-mysql-primary-deployment-0"} │
│ {"level":"info","ts":"2025-01-22T15:05:41Z","msg":"waiting for the mysqld to become ready","name":"moco-mysql-primary-deployment-0"} │
│ Error: no available backup │
│ no available backup │
│ Stream closed EOF for testing/moco-restore-mysql-primary-deployment-nsnck (restore)
What time it expects? Is it expected to work that backup is taken from one instance and we try to restore db on the another one?
The text was updated successfully, but these errors were encountered:
Hello,
I have installed two different MySQL clusters with 1 replicas each and setup usual async replication between them. I am collecting backup only from the second instance. Now I am trying to test restore from the backup but the first instance.
My manifest is:
In the minio I have -
I tried both values for the
restorePoint
local and UTC:2025-01-22T19:15:01Z
2025-01-22T19:15:01Z
although in the logs of the
testing/moco-restore-mysql-primary-deployment-nsnck:restore
I see:What time it expects? Is it expected to work that backup is taken from one instance and we try to restore db on the another one?
The text was updated successfully, but these errors were encountered: