-
Notifications
You must be signed in to change notification settings - Fork 471
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
Upgrade problem #120
Comments
@herrmannpchw If this is a proxy problem then you should configure apt to talk to the proxy server. Assuming your proxy server is running accessible at
and mount it at $ docker run -v /path/to/01proxy:/etc/apt/apt.conf.d/01proxy [other args] sameersbn/postgresql:VERSION |
Thank you! |
For docker-compose:
!!! sameersbn/docker-gitlab#2171 !!! |
Hi,
I get this error trying to upgrade from 9.6 to 10:
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not connect to archive.ubuntu.com:80 (91.189.88.162). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (91.189.88.161). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (91.189.88.149). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (91.189.88.152). - connect (111: Connection refused)
W: Some index files failed to download. They have been ignored, or old ones used instead.
postgresql | ERROR! Failed to install PostgreSQL 9.6. Exiting...
postgresql | E: Unable to locate package postgresql-9.6
postgresql | E: Couldn't find any package by glob 'postgresql-9.6'
postgresql | E: Couldn't find any package by regex 'postgresql-9.6'
postgresql | E: Unable to locate package postgresql-client-9.6
postgresql | E: Couldn't find any package by glob 'postgresql-client-9.6'
postgresql | E: Couldn't find any package by regex 'postgresql-client-9.6'
I think that this a proxy problem, but how could i fix it?
The text was updated successfully, but these errors were encountered: