PXC PITR Startup fails after Operator Upgrade 1.8.0 -> 1.9.0

Hello,

i just deployed an upgrade of the PXC Operator 1.8.0 to the latest 1.9.0

now i am facing an issue with the PITR Pod during startup

jg@DESKTOP-TMALCDA:~/workspace/mgmt/xxx/percona-xtradb-cluster-operator/deploy$ kubectl -n oba-devel logs pxc-devel-pitr-84cfbff9bf-5fkdr
2021/08/23 16:43:44 ERROR: get config: strconv.ParseInt: parsing “60.00”: invalid syntax
jg@DESKTOP-TMALCDA:~/workspace/mgmt/xxx/percona-xtradb-cluster-operator/deploy$

seems like the the value for COLLECT_SPAN_SEC (timeBetweenUploads) cant be parsed. has anyone an idea how to fix this?

Thanks

Juergen

1 Like

upgrading the image version within the pxc deploy itself fixed this issue. seems like it was a bit late yesterday :slight_smile:

Cheers,

Juergen

1 Like