Recreating an already existing database overrides the original password which breaks the readiness probes, and render the database unavailable. This is due to the fact that the Secret k8s resource is only used at database initialisation, the password is then stored in the PVC, that is NOT recreated.