-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apt repository atalia.postgresql.org/morgue should be replaced by apt-archive.postgresql.org #260
Comments
I got 403 while accessing https://apt-archive.postgresql.org/pub/repos/apt/pool/main |
you have to add /index.html to see the content of the dirs on this repository, for example: https://apt-archive.postgresql.org/pub/repos/apt/pool/main/b/barman/index.html |
Thanks lol, I feel so dumb now... |
@ferry I can download the deb file through browser (Chrome 81.0) but failed to download via wget when building docker image. What am I missing? I was building the image using this Dockerfile, what I did was replacing these lines into:
After modifying, I ran:
|
it is the + character that causes your problem. it should be replaced by %2B, thus: RUN install_deb_pkg "https://apt-archive.postgresql.org/pub/repos/apt/pool/main/r/repmgr/repmgr-common_4.0.6-2.pgdg%2B1_all.deb" |
Thanks a lot! It works. You saved my day. |
Upstream is working when:
|
See also: paunin#260 http://apt-archive.postgresql.org/pub/repos/apt/pool/main is now used instead of http://atalia.postgresql.org/morgue when referencing old Debian packages. URI escaping of + to %2B in apt-archive urls to ensure wget download works as expected from apt-archive. Fixed dpkg dependency problems for pgpool and libpgpool0 by apt-get install-ing the following packages: postgresql-common Fixed dpkg dependency problems for barman by apt-get install-ing the following packages: python-argcomplete python-argh python-dateutil python-psycopg2 rsync Fixed dpkg dependency problem for pgpool by ensuring libmemcached11 is installed for pgpool 3.6 and 3.7, but pgpool 3.3 gets libmemcached10.
Besides the issues already mentioned here there are other problems as well.
A suggested merge request which uses apt-archive and also fixes the above problems is available at #266. If you just want to try it (if the merge request isn't merged) you can git clone my fork https://github.com/bergner/PostDock. docker-compose build works for all variants. |
Now you should
UPD: |
apt repository atalia.postgresql.org/morgue is gone: https://www.postgresql.org/about/news/2024/
https://atalia.postgresql.org/morgue replaced by htps:/apt-archive.postgresql.org/pub/repos/apt/pool/main
The text was updated successfully, but these errors were encountered: