justinbchau / custom-elt-project

79 stars 44 forks source link

fix version compatibility problem #1

Closed bgb10 closed 1 day ago

bgb10 commented 4 months ago

Hello, I’m so much thankful to your data engineering lecture, really! I found a small bug in your sample elt project,

As new postgres v16 come up, there’s an compatibility error while docker compose up.

image

it says “pg_dump: error: aborting because of server version mismatch”, “pg_dump: detail: server version: 16.2 (Debian 16.2-1.pgdg120+2); pg_dump version: 15.6 (Debian 15.6-0+deb12u1)”.

I think It is better to define specific version (maybe 15) because newcomers don’t know the why problem happens and how to solve the problem.

If you accept the PR, then it works well as intended!

image

Thank you!

AKA-RONY commented 4 months ago

yes you are right, I too faced the same issue it took me 3hrs to find the issue and make it work.