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

Data lost after restarting postgres-15 pod after upgrading to awx-operator 2.13.0 #1768

Closed
3 tasks done
TheRealHaoLiu opened this issue Mar 13, 2024 · 0 comments · Fixed by #1766
Closed
3 tasks done

Comments

@TheRealHaoLiu
Copy link
Member

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that the AWX Operator is open source software provided for free and that I might not receive a timely response.

Bug Summary

When we switch from postgres13 to postgres15 we switched the postgres image from the docker.io/postgres to quay.io/sclorg/ postgres image

sclorg/postgres image expect a different mount location for postgres data

/var/lib/postgresql/data/pgdata (docker postgres image)
to
/var/lib/pgsql/data/pgdata (sclorg postgres image)

AWX Operator version

2.13.0

AWX version

24.0.0

Kubernetes platform

kubernetes

Kubernetes/Platform version

v1.24.16+2e1e137

Modifications

no

Steps to reproduce

deploy/upgrade to 2.13.0

restart postgres pod

Expected results

data to be there

Actual results

data gone

Additional information

No response

Operator Logs

No response

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

Successfully merging a pull request may close this issue.

1 participant