2ndQuadrant / pglogical

Logical Replication extension for PostgreSQL 17, 16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.
http://2ndquadrant.com/en/resources/pglogical/
Other
1.04k stars 154 forks source link

Can't install on Buster #406

Closed scookdev closed 1 year ago

scookdev commented 1 year ago

This is the error I'm getting when attempting to run curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/deb | bash

+ SECONDQ_TIMEOUT=30
+ '[' '!' -d /etc/apt/sources.list.d/ ']'
+ apt-key add -
+ '[' '!' -x /usr/bin/lsb_release ']'
+ apt-get update
W: The repository 'http://apt.postgresql.org/pub/repos/apt stretch-pgdg Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://apt.postgresql.org/pub/repos/apt/dists/stretch-pgdg/main/source/Sources  404  Not Found [IP: 147.75.85.69 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
++ installation_failed
++ set +x
scookdev commented 1 year ago

This appears to be related to the Postgres source rather than this package.