After importing data in pxc 8.0, the restart failed without any error message.
How exactly did you performed import ? Did you apply any restore job from the last backup/pitr etc?
Please share the below details.
Kubectl describe pod <pod_name> > pod_desc.txt
kubectl logs <pod_name> > pod_logs.txt
You can get the below details as well in case any restore job ran to import data in operator.
kubectl get pxc-restore
kubectl get pxc-restore <restore_name>
kubectl describe pxc-restore <restore_name>


