vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on "Patroni" and DCS "etcd" or "consul"). Automating with Ansible.
MIT License
1.36k stars 371 forks source link

wal-g build not possible due issue with libsodium script #678

Closed ihor-tereshchuk closed 4 days ago

ihor-tereshchuk commented 3 weeks ago

I have encountered issue today. Playbook fails. See https://github.com/golang/go/issues/68107

ihor-tereshchuk commented 3 weeks ago

not clear what is the problem

make[2]: Leaving directory '/tmp/wal-g/vendor/github.com/google/brotli/dist'
make[1]: Leaving directory '/tmp/wal-g/vendor/github.com/google/brotli/dist'

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
make: *** [Makefile:296: link_libsodium] Error 2

Did you see such problem before?

ihor-tereshchuk commented 3 weeks ago

https://github.com/wal-g/wal-g/issues/1738

vitabaks commented 3 weeks ago

@ihor-tereshchuk Thank you for informing me. It looks like a fix is on the way https://github.com/wal-g/wal-g/pull/1739 https://github.com/wal-g/wal-g/pull/1740

vitabaks commented 4 days ago

PR: https://github.com/vitabaks/postgresql_cluster/pull/693