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

[bitnami/postgresql] Release postgresql-16.4.0-debian-12-r25 cause issue with unexpected POSTGRESQL_REPLICATION_USE_PASSFILE #74804

Closed
jonesbusy opened this issue Nov 12, 2024 · 8 comments
Assignees
Labels
postgresql solved tech-issues The user has a technical issue about an application

Comments

@jonesbusy
Copy link

Name and Version

bitnami/postgresql:16.4.0-debian-12-r25

What architecture are you using?

None

What steps will reproduce the bug?

Hi,

Upgrade from postgresql-16.4.0-debian-12-r24 to postgresql-16.4.0-debian-12-r25 cause issue with

POSTGRESQL_REPLICATION_USE_PASSFILE: unbound variable

For some reason this was added on https://github.com/bitnami/containers/pull/74787/files#diff-bfae4bf6b63bbf56c7572b773c8f5ce5088f09b8044edc934f49f5aacd26442aR395 but not sure why

Thanks

What is the expected behavior?

No response

What do you see instead?

POSTGRESQL_REPLICATION_USE_PASSFILE: unbound variable

Additional information

No response

@jonesbusy jonesbusy added the tech-issues The user has a technical issue about an application label Nov 12, 2024
@github-actions github-actions bot added the triage Triage is needed label Nov 12, 2024
@jonesbusy
Copy link
Author

@val-pez
Copy link

val-pez commented Nov 12, 2024

I had the same, and was using docker compose. I fixed it by setting:

    environment:
      - POSTGRESQL_REPLICATION_USE_PASSFILE=false

@azhalm94
Copy link

This is strange, when running the container locally is Ok, but have this issue with Github workflow

@jeffersonfelixdev
Copy link

Same problem here, I tested various versions (13,14,15,16). Same error

@jeffersonfelixdev
Copy link

jeffersonfelixdev commented Nov 12, 2024

This is strange, when running the container locally is Ok, but have this issue with Github workflow

probably you are using an old version of image in cache. This error started today

@eulixir
Copy link

eulixir commented Nov 12, 2024

Something changed in the latest version. I followed the same steps as @val-pez, and it worked!

I’m using POSTGRESQL_REPLICATION_USE_PASSFILE: "no" in my postgres image, and that fixed the issue.

@jeffersonfelixdev
Copy link

Something changed in the latest version. I followed the same steps as @val-pez, and it worked!

I’m using POSTGRESQL_REPLICATION_USE_PASSFILE: "no" in my postgres image, and that fixed the issue.

Worked!

@carrodher
Copy link
Member

Thank you for reaching out. We’re currently tracking this issue in another support ticket. To keep all updates centralized and ensure efficient troubleshooting, we’ll close this ticket as a duplicate. Please refer to ticket #74788 for ongoing updates and further assistance on this matter.

About the issue itself, we're looking into it and we'll update that ticket with our findings. We appreciate your patience and cooperation!

@carrodher carrodher closed this as not planned Won't fix, can't repro, duplicate, stale Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
postgresql solved tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

7 participants