Identification of databases
Closed this issue · 0 comments
We've encountered a problem of identifying databases.
Our setup is as follows. 3 spaces, prod, staging, testing. We have the backman container in prod. Every app in those spaces needs a db. It's always called the same xyz-db. Once we share that db with the prod space it appears as a shared service but once mapped to the container cf seems confused about which app to bind. In the end it displays all of them under the service tab of the container but only one has the label 1 bound app.
Backman seems to face the same problem. Well as of in the user only the name is the identification of the database which would there be a big problem as those 3 services have the same name but are in separate environments
Why would we need only one app? Well, first of all, we don't need to run QA for it nor do we demo it. So it's a product we consume therefor prod. And also to keep those unused resources lower.