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
local backup_error=$(kubectl_bin get pxc-restore ${restore} -ojsonpath='{.status.comments}'| grep -c "Backup doesn't guarantee consistent recovery with PITR. Annotate PerconaXtraDBClusterRestore with percona.com/unsafe-pitr to force it.")
149
+
if [[ $backup_error-eq 0 ]];then
150
+
echo"ERROR: Backup does not have pitr-not-ready file in the storage."
cr.Status.Comments=fmt.Sprintf("Backup doesn't guarantee consistent recovery with PITR. Annotate PerconaXtraDBClusterRestore with %s to force it.", api.AnnotationUnsafePITR)
cr.Status.Comments=fmt.Sprintf("Backup doesn't guarantee consistent recovery with PITR. Annotate PerconaXtraDBClusterRestore with %s to force it.", api.AnnotationUnsafePITR)
0 commit comments