Hi. Yesterday I got an “Internal Server Error” from the AWX.
I checked awx-postgres-0 have CrashLoopBackOff STATUS.
NAME READY STATUS RESTARTS AGE
pod/awx-6f7bd969db-pcczn 4/4 Running 0 2m13s
pod/awx-operator-57bcb58f5-5lzw9 1/1 Running 0 6m58s
pod/awx-postgres-0 0/1 CrashLoopBackOff 4 2m19s
I’ve got log from awx-postgres-0
initdb: error: directory “/var/lib/postgresql/data/pgdata” exists but is not empty
I think It’s the same as the link below.
https://groups.google.com/g/awx-project/c/9j81DcyeWJY
Isn’t this solved? Please tell me how to fix it!