When starting the postgres daemon, I get the following error:
unable to extract postgres archive: xz: data is truncated or corrupt
This never happens locally, but only in a GitLab pipeline. Furthermore, it only seems to happen on parallel runs of the postgres daemon -- I start one postgres daemon on a different port for each test function.
When starting the postgres daemon, I get the following error:
unable to extract postgres archive: xz: data is truncated or corrupt
This never happens locally, but only in a GitLab pipeline. Furthermore, it only seems to happen on parallel runs of the postgres daemon -- I start one postgres daemon on a different port for each test function.
We start the postgres daemon in the following way
I have also experimented with the
BinariesPath
option, but without any luck.Any ideas of what the real issue is and how one might go about resolving it?