-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Custom MySQL port for BW unified #2516
Comments
Just wanted to add that using the
|
@rusty1281 Are you on the |
Tnx for the reply. Yes I am on beta and have not tried the DEV tag. So the question is can I use beta tag with external SQL on a custom port? |
It should be able to but I won't have a chance to recreate it myself until the end of the week. @kspearrin any thoughts? We were using docker compose to orchestrate this setup and if so can you post it all redacting any sort of passwords so I can recreate it more closely? |
Here is how we construct connection strings today:
According to here, we need to add @rusty1281 For now, you can just specify your own full connection string rather than using the
|
Thank you @kspearrin for this info. It works like a charm! |
Steps To Reproduce
Hello,
was wondering if there is any way to run BW unified against an external DB running on a custom port? the
BW_DB_SERVER
when populated with an IP address and no port does not work, as well as with an added port in this formatIP:port
Expected Result
Connect BW to an external DB with custom port
Actual Result
No DB connection/initial table creation
Screenshots or Videos
fail: Bit.Admin.Jobs.DatabaseExpiredGrantsJob[2]
Error performing DeleteSendsJob.
MySqlConnector.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
Additional Context
No response
Githash Version
455d62e-dirty
Environment Details
Docket 20.10.3
Database Image
MySQL 8
Issue-Link
#2480
Issue Tracking Info
The text was updated successfully, but these errors were encountered: