@bumpy-needle-3184, as we can see db_name and db_user are is different in base repo itself, let us know why it could be same for our case?
https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml#:~:text=sql%3A,mysql%2Droot%2Dpassword
INSERT INTO metadata_aspect_v2
SELECT * FROM temp_metadata_aspect_v2
WHERE NOT EXISTS (SELECT * from metadata_aspect_v2);
DROP TABLE temp_metadata_aspect_v2;
psql: error: connection to server at "10.240.154.202", port 5432 failed: FATAL: database "datahub" does not exist
2022/09/08 054322 Command exited with error: exit status 2
b
bumpy-needle-3184
09/08/2022, 6:26 AM
these sql config work fine with mysql which is enabled in this case . Unfortunately , it doesn't work same way for postgresql .
bumpy-needle-3184
09/08/2022, 6:27 AM
would request to try with db name datahub and username datahub for postgress