yuvalgut

Results 4 comments of yuvalgut

Hi thanks for the response! from the reader simple test: ` r, err := NewReader(xz) if err != nil { t.Fatalf("NewReader error %s", err) } var buf bytes.Buffer if _,...

Same here, I think its ever since this https://github.com/apache/pulsar-manager/commit/46f9e0a34960d9a775b4cea1515daafe621a21e4

Better add the binaries to the PATH in the dockerfile `ENV PATH="/usr/lib/postgresql/13/bin/:$PATH"` WDYT?