paunin / PostDock

PostDock - Postgres & Docker - Postgres streaming replication cluster for any docker environment
MIT License
1.11k stars 339 forks source link

Resolving atalia.postgresql.org 404 NOT FOUND #273

Open Fyne5 opened 2 years ago

Fyne5 commented 2 years ago

Dear friends,

Today I'm using docker-compose file and run with latest, then I got failed becase 404 NOT FOUND. Here are my logs

[root@k1 PostDock]# docker-compose -f ./docker-compose/latest.yml up -d pgmaster pgslave1 pgslave2 pgslave3 pgslave4 pgpool backup
Building pgmaster
Sending build context to Docker daemon  6.582MB
Step 1/55 : FROM postgres:11
 ---> b30497d60a81
Step 2/55 : RUN apt-get update --fix-missing &&     apt-get install -y postgresql-server-dev-$PG_MAJOR wget openssh-server barman-cli
 ---> Using cache
 ---> 853b84daceae
Step 3/55 : COPY ./dockerfile/bin /usr/local/bin/dockerfile
 ---> Using cache
 ---> 8fb10d34edf1
Step 4/55 : RUN chmod -R +x /usr/local/bin/dockerfile && ln -s /usr/local/bin/dockerfile/functions/* /usr/local/bin/
 ---> Using cache
 ---> 3713c0e499b7
Step 5/55 : RUN install_deb_pkg "http://atalia.postgresql.org/morgue/r/repmgr/repmgr-common_4.0.6-2.pgdg+1_all.deb"
 ---> Running in 0158df90a7f7
--2022-03-31 03:33:53--  http://atalia.postgresql.org/morgue/r/repmgr/repmgr-common_4.0.6-2.pgdg+1_all.deb
Resolving atalia.postgresql.org (atalia.postgresql.org)... 72.32.157.231, 2001:4800:3e1:1::231
Connecting to atalia.postgresql.org (atalia.postgresql.org)|72.32.157.231|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-03-31 03:33:54 ERROR 404: Not Found.

The command '/bin/sh -c install_deb_pkg "http://atalia.postgresql.org/morgue/r/repmgr/repmgr-common_4.0.6-2.pgdg+1_all.deb"' returned a non-zero code: 8
ERROR: Service 'pgmaster' failed to build : Build failed

Could you please let me know how can I fix this? Thank so much!

Evreke commented 2 years ago

Seems that is related to #260