Skip to content
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

Support Arbitrary User IDs #23

Closed
wants to merge 1 commit into from
Closed

Support Arbitrary User IDs #23

wants to merge 1 commit into from

Conversation

jkroepke
Copy link

In some environments (e.g. Openshift) the User ID is set by the platform. The Username/ID inside the Docker Image is ignored.

An error is thrown, if the user is not root or postgres:

2020-04-15 19:06:54.022 UTC [1] FATAL @src/system.c:58 in function change_user(): failed to assume identity of user 'postgres': Operation not permitted [1]

By default this image is started with the postgres user. Remove the user setting from the ini file will resolve this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant