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.
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!
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.
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!
Thank you!