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

[Postgres] fix error in access_list get #4274

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Dim145
Copy link

@Dim145 Dim145 commented Jan 2, 2025

Cannot edit the access_list element because of the error:
- column "access_list.id" must appear in the GROUP BY clause or be used in an aggregate function
Fixed by adding the missing "group by" .

@Dim145
Copy link
Author

Dim145 commented Jan 2, 2025

hummmm it's a shame to have an error for such a small pr

@jc21
Copy link
Member

jc21 commented Jan 6, 2025

It's a flake, rarely happens. I've rebuilt it but if you ever want to do that yourself, just comment with

rebuild

and CI will pick that up.

@Dim145
Copy link
Author

Dim145 commented Jan 6, 2025

Oh right, I didn't know. Thanks.

@jc21
Copy link
Member

jc21 commented Jan 6, 2025

This one's not a flake, I'll investigate

@nginxproxymanagerci
Copy link

Docker Image for build 3 is available on
DockerHub
as nginxproxymanager/nginx-proxy-manager-dev:pr-4274

Note: ensure you backup your NPM instance before testing this image! Especially if there are database changes
Note: this is a different docker image namespace than the official image

@Dim145
Copy link
Author

Dim145 commented Jan 7, 2025

This one's not a flake, I'll investigate

cool, the build's gone! what was the problem?

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.

2 participants