generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 93
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 info module fails with Cannot execute SQL syntax error at or near "b'oid'" #790
Comments
betanummeric
pushed a commit
to betanummeric/community.postgresql
that referenced
this issue
Jan 13, 2025
Hi @chriscroome , which version of psycopg are you using? |
Thanks @betanummeric the server had both versions: aptitude search psycopg
p python-psycopg-doc - PostgreSQL database adapter for Python 3 (documentation package)
p python-psycopg2-doc - Python module for PostgreSQL (documentation package)
i python3-psycopg - PostgreSQL database adapter for Python 3
p python3-psycopg-pool - PostgreSQL database adapter for Python 3: connection pool
i python3-psycopg2 - Python 3 module for PostgreSQL
p python3-psycopg2cffi - implementation of the psycopg2 module using cffi
v python3-types-psycopg2 - Doing |
chriscroome
added a commit
to webarch-coop/ansible-role-postgresql
that referenced
this issue
Jan 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
On a new Debian 12 server the info module is failing for me with:
ISSUE TYPE
COMPONENT NAME
community.postgresql.postgresql_info module
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Debian 12.9
STEPS TO REPRODUCE
I'm using this role with the following config:
This is the task in question.
EXPECTED RESULTS
Not a failure, the thing I don't understand is that the tests I have for this role that are run via Molecule / GitLab CI don't fail.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: