| From: | <andreas(dot)weber(at)isc-ejpd(dot)admin(dot)ch> |
|---|---|
| To: | <pgsql-www(at)postgresql(dot)org> |
| Subject: | Bug in Wiki page |
| Date: | 2020-01-15 14:29:01 |
| Message-ID: | b7a43921-9ecd-2b27-d117-f1d7154bace1@isc-ejpd.admin.ch |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
Hi
The page
https://wiki.postgresql.org/wiki/Apt
mentions under "Quickstart" the URI
deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main
and later
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/
$(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
as the way to do it.
Fact is that the trailing slash is wrong and leads to an apt-mirror
error. Correct would be
deb http://apt.postgresql.org/pub/repos/apt bionic-pgdg main
in our use case.
HTH, Andreas
PS: Didn't want to create a login just to correct that.
--
Andreas Weber
Senior ICT Software Engineer
Eidgenössisches Justiz- und Polizeidepartement EJPD
Informatik Service Center ISC-EJPD
Technologie
Fellerstrasse 15, 3003 Bern
Tel. +41 58 465 38 85
mailto:andreas(dot)weber(at)isc-ejpd(dot)admin(dot)ch
http://www.isc-ejpd.admin.ch
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2020-01-15 15:54:18 | Re: Bug in Wiki page |
| Previous Message | Fujii Masao | 2020-01-09 16:51:24 | Re: "Mailing List Subscriptions" page returns Server Error (500) |