Re: git: 51a00e6b9497 - main - Mk/bsd.default-versions.mk: Update to PostgreSQL 13
Date: Thu, 28 Oct 2021 14:27:58 UTC
Am 24.10.2021 um 02:03 schrieb Kevin Bowling: > + # tar xf postgresql12-server-12.8.txz -C /tmp/pg-upgrade > + # tar xf postgresql12-contrib-12.8.txz -C /tmp/pg-upgrade these two commands are failing, as the extension is now .pkg, maybe we should change it to: # tar xf postgresql12-server-12.8.pkg -C /tmp/pg-upgrade # tar xf postgresql12-contrib-12.8.pkg -C /tmp/pg-upgrade Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook