fluent-plugin-sql
fluent-plugin-sql copied to clipboard
Hostname is being changed
Trying to use a DigitalOcean managed database instance here:
DO will provision a db with a hostname similar to app-name-random-id-0.b.db.ondigitalocean.com
Which leads to errors such as
otEstablished error="Unknown MySQL server host 'app-name-random-id-0.b-db.ondigitalocean.com' (-2)"
- is converted to .
I'm guessing there's some hostname parsing somewhere which is not expecting 3 layers of subdomains?