Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backup container not being upgraded when Postgres is being upgraded. #142

Open
samstride opened this issue Dec 4, 2022 · 1 comment
Open

Comments

@samstride
Copy link

samstride commented Dec 4, 2022

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants