-
Notifications
You must be signed in to change notification settings - Fork 36
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
create_vm fails with postgres SQL error with CPI v72 #317
Comments
Which version of Postgres are you using? |
Hello, Sorry for my late answer. |
Could you try upgrading to postgres-13. Which is what is being used by bosh-deployment. |
Hi @JCL38-ORANGE -- just wanted to check in and see if moving to postgres-13 resolved your problem. thanks! |
Hello, I am going to test it this week. I keep you informed. |
Hello, With Postgres-13 is still failing. When the insertion is a success (CPI v66), the cid column contains a String with the "vm-guid" and POSTGRES doesn't complain about that.
When the insertion is a failure (CPI v72), the cid column contains a String with the "vm-guid" and a part of the cloud-config :
In this case POSTGRES complains about that... Thanks for your help, |
Hello, In fact, we have on our side a flag which causes the error.
It is now ok with the flag removal. Thanks and regards, |
This issue was marked as |
This issue seems to be resolved, closing. |
Describe the bug
create_vm fails with postgres SQL error with CPI v72
To Reproduce
cloud_config extract :
CPI Error Log
Expected behavior
success for create_vm
Release Version & Related Info (please complete the following information):
Additional context
Bump CPI from v66 to v72
The text was updated successfully, but these errors were encountered: