Removing leftover db-proxy bits#170
Conversation
A few variables for db-proxy were left behind. One of which, MYSQL_SERVICE_HOST from the proxy service, was causing a failure, as it was no longer set. Bug: T310363
|
@chicocvenancio talked a little more about what was happening in https://phabricator.wikimedia.org/T310363. Looks like some bits from db-proxy were cached and failed after I messed around with my dev env enough. I assume eventually the same will happen in prod. I believe everything I'm removing is old db-proxy stuff, but was hoping for you to take a look before I send it out to prod. Thanks! |
|
It all looks related, but I'm trying to remember what is the current way to access db replicas and if it depends on any of these vars. |
|
I did see that variable and the others in the git history in db-proxy/images and the db-proxy template. I mostly test replica connections with the script in: |
A few variables for db-proxy were left behind. One of which,
MYSQL_SERVICE_HOST from the proxy service, was causing a
failure, as it was no longer set.
Bug: T310363