Backup container not being upgraded when Postgres is being upgraded.
samstride opened this issue · 1 comments
samstride commented
Hi,
Just documenting this so that it can be fixed when you guys have a chance.
As an example, install Postgres 14.1. Backup container uses Postgres 14.1. Then upgrade to 14.2. DB containers are upgraded to 14.2, but backup container is still at Postgres 14.1.
Thanks.
alazycoder101 commented
It seems that the CronJob spec is not changed, it must be something wrong with the manager
kubectl get pod -n kubegres-system
and check the logs?
or you can delete the cronjob and let the controller to create a new one with latest image url.