Closed sikinatm closed 2 weeks ago
Hi @sikinatm — thanks a lot for submitting this PR! 🙌
Do you happen to know why the process failed with Exec
? Is it related to Linux and some file paths / permissions? I haven't got a chance to look deeper into the issue.
Update: Oh, I see. If Postgres is running remotely, we want to write into BemiDB's local file, not Postgres'!
This is released in v0.3.0
@exAspArk Thanks a lot for accepting my proposal!
Thank you for developing such a wonderful tool.
While trying it locally, I encountered an issue that I think might be a problem(may be related to https://github.com/BemiHQ/BemiDB/issues/2), and I would like to propose the following changes.
Problem
During synchronization, the process fails when attempting to read from a temporary file, resulting in an EOF (End of File) error. The error occurs at this point.
Solution
Previously, the COPY command was executed in a way that created the result file on the Postgres server:
I think that creating the file locally is the intended behavior, and I would like to propose the following changes to align with that.