netbox-community / netbox-docker

🐳 Docker Image of NetBox
https://github.com/netbox-community/netbox-docker/wiki
Apache License 2.0
1.74k stars 805 forks source link

Update dependency psycopg to v3.1.18 #1151

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
psycopg (source, changelog) ==3.1.17 -> ==3.1.18 age adoption passing confidence

Release Notes

psycopg/psycopg (psycopg) ### [`v3.1.18`](https://togithub.com/psycopg/psycopg/compare/3.1.17...3.1.18) [Compare Source](https://togithub.com/psycopg/psycopg/compare/3.1.17...3.1.18)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

esdccs1 commented 5 months ago

Does this solve issues with the Postgresql client asking for postgresql.crt keys in the $HOME directory?

We came across a bug like this recently and oddly found that changing the home directory in our container before running entrypoints .... magically fixed the issue.

#
# Setting a custom Home directory is the result of bypassing the following bug
# in the psycopg library
#
# https://github.com/psycopg/psycopg2/issues/1535
#
# referenced in these issues
# https://github.com/ckan/ckan-docker-base/issues/35
# https://github.com/canonical/charmed-superset-rock/pull/7
#
export HOME=/home/my-custom-dir