2ndQuadrant / pglogical

Logical Replication extension for PostgreSQL 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
987 stars 153 forks source link

APT install failing for Debian 12 Bookworm #465

Closed n0obHere closed 1 month ago

n0obHere commented 6 months ago

Followed the README; When trying to install the “2ndQuadrant’s General Public” repository by running the following as root

curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/deb | bash

root@debian-12:~# curl https://techsupport.enterprisedb.com/api/repository/dl/default/release/deb | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4418  100  4418    0     0   9932      0 --:--:-- --:--:-- --:--:--  9950
OK
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Hit:4 http://apt.postgresql.org/pub/repos/apt bookworm-pgdg InRelease
Hit:5 https://packages.sury.org/php bookworm InRelease
Ign:6 https://dl.2ndquadrant.com/default/release/apt bookworm-2ndquadrant InRelease
Err:7 https://dl.2ndquadrant.com/default/release/apt bookworm-2ndquadrant Release
  404  Not Found [IP: 88.99.39.37 443]
Reading package lists... Done
FATAL: Installation failed, either your platform is not easily detectable
or it is not supported by this installer script. Please open a support ticket
and attach the log file '/tmp/2ndq_packages_installation.log.6kOcL' to receive more detailed
information

Below are the contents of file 2ndq_packages_installation.log.6kOcL

+ SECONDQ_TIMEOUT=30
+ '[' '!' -d /etc/apt/sources.list.d/ ']'
+ apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
+ '[' '!' -x /usr/bin/lsb_release ']'
+ '[' '!' -x /usr/lib/apt/methods/https ']'
+ source_list_file=/etc/apt/sources.list.d/2ndquadrant-dl-default-release.list
+ cat
++ dpkg --print-architecture
++ lsb_release -cs
+ chmod 644 /etc/apt/sources.list.d/2ndquadrant-dl-default-release.list
+ apt-get update
E: The repository 'https://dl.2ndquadrant.com/default/release/apt bookworm-2ndquadrant Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
++ installation_failed
++ set +x

I checked at https://dl.2ndquadrant.com/default/release/browse/apt/dists/ and don't see release files available for bookworm

eulerto commented 1 month ago

Installation instructions were updated by efee43f09864b37192d4c63db0911b38321debd2.