[postgis-users] Postgis docker upgrade error

Regina Obe lr at pcorp.us
Wed Feb 1 07:04:32 PST 2023


Devendra sorry just realized I was getting your email because I’m an owner of postgis-users.

 

So perhaps you aren’t registered or were unregistered because your email bounced at one point in time.

 

You can reregister here - https://lists.osgeo.org/mailman/listinfo/postgis-users

 

Regarding your question below:

 

I just tested and ran into the same issue.  That issue happens if when you setup your docker container, you didn’t specify a POSTGRES_USER.  I think this is a bug either in instructions or the container script not defaulting to postgres if a POSTGRES_USER is not specified when docker run is set.

 

Work around for that, you can specify at exec time as follows:

 

docker exec -e POSTGRES_USER=postgres some-postgis update-postgis.sh

 

Hope that helps,

Regina

 

From: Devendra Yadav [mailto:devendrayadavuae at gmail.com] 
Sent: Wednesday, February 1, 2023 9:29 AM
To: Regina Obe <lr at pcorp.us>
Cc: postgis-users-owner at lists.osgeo.org
Subject: Re: Postgis docker upgrade error

 

Thanks for confirming Regina

 

I am able to connect via psql using postgres user

 

I am using the image from here - https://registry.hub.docker.com/r/postgis/postgis/ 

 

And I am running the following command to upgrade postgis  - 

 

docker exec some-postgis update-postgis.sh

 

Regards,

Devendra Yadav 

On Wed, 1 Feb, 2023, 6:20 pm Regina Obe, <lr at pcorp.us <mailto:lr at pcorp.us> > wrote:

This came thru fine. 

1) Which docker image are you using and how are you connecting to it?

2) What command are you using – exactly to connect via psql

Can you connect by entering the docker container

 

Sounds like you are using the root account instead of something

 

psql -h localhost -p 5432 -U postgres

 

 

 

Thanks,

Regina

 

From: postgis-users [mailto:mailman-bounces at lists.osgeo.org <mailto:mailman-bounces at lists.osgeo.org> ] On Behalf Of Devendra Yadav
Sent: Wednesday, February 1, 2023 5:13 AM
To: postgis-users-owner at lists.osgeo.org <mailto:postgis-users-owner at lists.osgeo.org> 
Subject: Re: Postgis docker upgrade error

 

Why is it getting rejected even when I have subscribed?

 

On Wed, 1 Feb, 2023, 2:11 pm , <postgis-users-owner at lists.osgeo.org <mailto:postgis-users-owner at lists.osgeo.org> > wrote:

Your message has been rejected, probably because you are not
subscribed to the mailing list and the list's policy is to prohibit
non-members from posting to it.  If you think that your messages are
being rejected in error, contact the mailing list owner at
postgis-users-owner at lists.osgeo.org <mailto:postgis-users-owner at lists.osgeo.org> .




---------- Forwarded message ----------
From: Devendra Yadav <devendrayadavuae at gmail.com <mailto:devendrayadavuae at gmail.com> >
To: postgis-users at lists.osgeo.org <mailto:postgis-users at lists.osgeo.org> 
Cc: 
Bcc: 
Date: Wed, 1 Feb 2023 14:11:16 +0400
Subject: Postgis docker upgrade error

Hello Experts,

 

I am running a docker image of postgis (latest one) from docker hub.

 

I am unable to proceed with postgis update. Could someone be able to assist with the error below - 

 

Updating PostGIS extensions 'template_postgis' to 3.3.2

PSL: error connection to server on socket "var/run/postgresql/s.PGSQL.5432" failed: FATAL: role "root" does not exist

 

I tried passing th postgres use explicitly, didn't help. 

 

Regards

Devendra Yadav 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20230201/2225831b/attachment.htm>


More information about the postgis-users mailing list