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

PostgreSQL LXC - can't authenticate via Adminer #343

Open
chris400 opened this issue Nov 18, 2024 · 0 comments
Open

PostgreSQL LXC - can't authenticate via Adminer #343

chris400 opened this issue Nov 18, 2024 · 0 comments
Labels
maintenance Code maintenance or general upkeep of the project

Comments

@chris400
Copy link

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

The default configuration requires to create a linux user along with the postgresql. To avoid this I had to update the pg_hba.conf changing the following line
local all all peer
to
local all all md5

See https://gist.github.com/AtulKsol/4470d377b448e56468baef85af7fd614

My suggestion would be to either update the deployment script or put a note on the script.

What settings are you currently utilizing?

Default Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

Deploy the container and try to access the db server via Adminer

@MickLesk MickLesk added the maintenance Code maintenance or general upkeep of the project label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code maintenance or general upkeep of the project
Projects
None yet
Development

No branches or pull requests

2 participants