Subject of the issue
Golangapiserver can't execute query even if proper DB exists (but with different name - which is mentioned properly in the manifest):
data { error ERROR: relation "binding" does not exist (SQLSTATE 42P01) instanceId 58dfae44-9e58-43b5-8581-1a4839381e1c query SELECT binding_id FROM binding WHERE service_instance_id=$1 session 3 }
Your environment
- Version of app-autoscaler-release: 15.8.0
- DB: Postgres
- How did you deploy the release?
Steps to reproduce
Specify binding database with other name (autoscaler_binding in my example).
Expected behaviour
Query should be executed successfully.
Actual behaviour
Binding for service can not be created due to the error.
Subject of the issue
Golangapiserver can't execute query even if proper DB exists (but with different name - which is mentioned properly in the manifest):
data { error ERROR: relation "binding" does not exist (SQLSTATE 42P01) instanceId 58dfae44-9e58-43b5-8581-1a4839381e1c query SELECT binding_id FROM binding WHERE service_instance_id=$1 session 3 }Your environment
Steps to reproduce
Specify binding database with other name (autoscaler_binding in my example).
Expected behaviour
Query should be executed successfully.
Actual behaviour
Binding for service can not be created due to the error.