Re: Changing postgres User

2024-10-14 Thread Adrian Klaver
*Subject:* Re: Changing postgres User On 10/14/24 13:11, Zac Warham wrote: Hi, We are trying to setup a postgresql Docker container alongside pgadmin and caddy for use in the PrairieLearn student testing software. Our main set back is that the PrairieLearn production environment user runs as user

Re: Changing postgres User

2024-10-14 Thread Tom Lane
Zac Warham writes: > Thank you for the link to the documentation however it is the UID and GID of > 1001:1001 that is required, not the username which I believe this is intended > for? Is there a similar option for UID and GID? Apologies if my original > question was not clear in this manner.

Re: Changing postgres User

2024-10-14 Thread Zac Warham
From: Adrian Klaver Sent: Monday, 14 October 2024 2:46 PM To: Zac Warham ; pgsql-general@lists.postgresql.org Subject: Re: Changing postgres User On 10/14/24 13:11, Zac Warham wrote: > Hi, > > We are trying to setup a postgresql Docker container alongside pgad

Re: Changing postgres User

2024-10-14 Thread Adrian Klaver
On 10/14/24 13:11, Zac Warham wrote: Hi, We are trying to setup a postgresql Docker container alongside pgadmin and caddy for use in the PrairieLearn student testing software. Our main set back is that the PrairieLearn production environment user runs as user 1001:1001 and as such we have had