-
Notifications
You must be signed in to change notification settings - Fork 21
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
(psycopg2.OperationalError) SCRAM authentication requires libpq version 10 or above #1
Comments
@burakince I stumbled into this issue today. Is there a workaround? The linux/arm64 images at https://hub.docker.com/r/burakince/mlflow/tags don't seem to work for me either. |
Hi @ecederstrand , Sorry for the late response. You can use Mysql for your DB backend. It works fine on the arm64 arch. Unfortunately, I don't know any other workaround for this issue. :( Best, |
I have tested the latest version on my Raspberry Pi-based Kubernetes cluster using PostgreSQL 15, and it works as expected with PostgreSQL 15 or later. I recommend using the latest MLflow image version along with PostgreSQL 15 or a higher major version. As the issue appears resolved, I am closing it. If you continue to encounter any problems, please feel free to reopen the issue. |
Describe the bug
When we try to use mlflow docker image on arm64 architecture with Postgres connection, the driver returns the following error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It must start to connect PostgreSQL database.
** Tested system:**
Additional context
You can find more information from this issue.
The text was updated successfully, but these errors were encountered: