Skip to:
Used a GKE cluster with dev-latest build in quickstart.yml (docker compose -f quickstart.yml up -d)
Install all operators using Cli compiled from the repo.
Create a mysql database in UI and take backup
Restore the backup to a new cluster
Run the command to copy the secrets
Complete the new database creation
The database does not come up
Check the pods, db status in kubernetes
Check the backend response
I am now able to take backup and restore to the new database. The restored database comes up successfullyDatabase and pod status
Thanks Diogo and Filip for resolving this issue.
This PR was also part of the fix.
Used a GKE cluster with dev-latest build in quickstart.yml (docker compose -f quickstart.yml up -d)
Install all operators using Cli compiled from the repo.
Create a mysql database in UI and take backup
Restore the backup to a new cluster
Run the command to copy the secrets
Complete the new database creation
The database does not come up
Check the pods, db status in kubernetes
Check the backend response