Hi ,
As part of POC with openshift pulp operator ,When db pod is deleted in a running instance , all other pods are stuck with below
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
Database migration in progress. Waiting…
DB pod says below
“core_contentappstatus”.“name”, “core_contentappstatus”.“last_heartbeat”, “core_contentappstatus”.“versions” FROM “core_contentappstatus” WHERE “core_contentappstatus”.“name” = ‘28@pulp-server-nonprod-content-fd7f88975-xh54b’ LIMIT 21
2024-07-01 11:14:49.016 UTC [6621] ERROR: relation “core_contentappstatus” does not exist at character 242
2024-07-01 11:14:49.016 UTC [6621] STATEMENT: SELECT “core_contentappstatus”.“pulp_id”, “core_contentappstatus”.“pulp_created”, “core_contentappstatus”.“pulp_last_updated”, “core_contentappstatus”.“name”, “core_contentappstatus”.“last_heartbeat”, “core_contentappstatus”.“versions” FROM “core_contentappstatus” WHERE “core_contentappstatus”.“name” = ‘23@pulp-server-nonprod-content-559f4bf567-rz2r8’ LIMIT 21
2024-07-01 11:14:49.624 UTC [6626] ERROR: relation “core_artifact” does not exist at character 28
2024-07-01 11:14:49.624 UTC [6626] STATEMENT: SELECT count(pulp_id) FROM core_artifact WHERE sha224 IS NULL
2024-07-01 11:14:50.759 UTC [6627] ERROR: relation “core_contentappstatus” does not exist at character 242
2024-07-01 11:14:50.759 UTC [6627] STATEMENT: SELECT “core_contentappstatus”.“pulp_id”, “core_contentappstatus”.“pulp_created”, “core_contentappstatus”.“pulp_last_updated”, “core_contentappstatus”.“name”, “core_contentappstatus”.“last_heartbeat”, “core_contentappstatus”.“versions” FROM “core_contentappstatus” WHERE “core_contentappstatus”.“name” = ‘30@pulp-server-nonprod-content-fd7f88975-xh54b’ LIMIT 21
2024-07-01 11:14:51.300 UTC [6628] ERROR: relation “core_artifact” does not exist at character 28
2024-07-01 11:14:51.300 UTC [6628] STATEMENT: SELECT count(pulp_id) FROM core_artifact WHERE sha224 IS NULL
2024-07-01 11:14:53.560 UTC [6631] ERROR: relation “core_contentappstatus” does not exist at character 242
2024-07-01 11:14:53.560 UTC [6631] STATEMENT: SELECT “core_contentappstatus”.“pulp_id”, “core_contentappstatus”.“pulp_created”, “core_contentappstatus”.“pulp_last_updated”, “core_contentappstatus”.“name”, “core_contentappstatus”.“last_heartbeat”, “core_contentappstatus”.“versions” FROM “core_contentappstatus” WHERE “core_contentappstatus”.“name” = ‘22@pulp-server-nonprod-content-559f4bf567-rz2r8’ LIMIT 21
2024-07-01 11:14:55.063 UTC [6632] ERROR: relation “core_contentappstatus” does not exist at character 242
2024-07-01 11:14:55.063 UTC [6632] STATEMENT: SELECT “core_contentappstatus”.“pulp_id”, “core_contentappstatus”.“pulp_created”, “core_contentappstatus”.“pulp_last_updated”, “core_contentappstatus”.“name”, “core_contentappstatus”.“last_heartbeat”, “core_contentappstatus”.“versions” FROM “core_contentappstatus” WHERE “core_contentappstatus”.“name” = ‘28@pulp-server-nonprod-content-fd7f88975-xh54b’ LIMIT 21
2024-07-01 11:14:55.225 UTC [6633] ERROR: relation “core_artifact” does not exist at character 28
2024-07-01 11:14:55.225 UTC [6633] STATEMENT: SELECT count(pulp_id) FROM core_artifact WHERE sha224 IS NULL
2024-07-01 11:14:56.035 UTC [6634] ERROR: relation “core_contentappstatus” does not exist at character 242
2024-07-01 11:14:56.035 UTC [6634] STATEMENT: SELECT “core_contentappstatus”.“pulp_id”, “core_contentappstatus”.“pulp_created”, “core_contentappstatus”.“pulp_last_updated”, “core_contentappstatus”.“name”, “core_contentappstatus”.“last_heartbeat”, “core_contentappstatus”.“versions” FROM “core_contentappstatus” WHERE “core_contentappstatus”.“name” = ‘23@pulp-server-nonprod-content-559f4bf567-rz2r8’ LIMIT 21
2024-07-01 11:14:57.504 UTC [6635] ERROR: relation “core_artifact” does not exist at character 28
2024-07-01 11:14:57.504 UTC [6635] STATEMENT: SELECT count(pulp_id) FROM core_artifact WHERE sha224 IS NULL
2024-07-01 11:14:57.778 UTC [6637] ERROR: relation “core_contentappstatus” does not exist at character 242
2024-07-01 11:14:57.778 UTC [6637] STATEMENT: SELECT “core_contentappstatus”.“pulp_id”, “core_contentappstatus”.“pulp_created”, “core_contentappstatus”.“pulp_last_updated”, “core_contentappstatus”.“name”, “core_contentappstatus”.“last_heartbeat”, “core_contentappstatus”.“versions” FROM “core_contentappstatus” WHERE “core_contentappstatus”.“name” = ‘30@pulp-server-nonprod-content-fd7f88975-xh54b’ LIMIT 21
Any suggestions