pgcat icon indicating copy to clipboard operation
pgcat copied to clipboard

unable to apt install pgcat, 403 forbidden

Open xtpclark opened this issue 1 year ago • 0 comments

Seems to be duplicate behavior of: https://github.com/postgresml/pgcat/issues/836

Describe the bug E: Failed to fetch https://apt.postgresml.org/dists/noble/main/binary-amd64/Packages 403 Forbidden [IP: 104.26.14.62 443]

To Reproduce Steps to reproduce the behavior:

  1. Follow the instructions in the README:
echo "deb [trusted=yes] https://apt.postgresml.org $(lsb_release -cs) main" | \
sudo tee -a /etc/apt/sources.list && \
sudo apt-get update && \
sudo apt install pgcat

Expected behavior Install the APT package.

Desktop (please complete the following information):

  • OS: Ubuntu 24.04.1 LTS

Additional context Add any other context about the problem here.

xtpclark avatar Dec 17 '24 21:12 xtpclark