sourcebroker / deployer-extended-database

Deployer tasks to manage database synchronization between application instances.
MIT License
39 stars 13 forks source link

configured port is not used when connecting to database #15

Closed mavolkmer closed 2 years ago

mavolkmer commented 2 years ago

With the possibility to configure the db-port, which is already used in https://github.com/sourcebroker/deployer-extended-database/blob/0d9ac121a087233ee2c08832ff41b2acf29a34d5/deployer/db/task/db_export.php#L42 one gets confused when the already set port is not used with mysqli_connect.

I've prepared a PR to use this parameter also in 'DatabaseUtility' - see https://github.com/sourcebroker/deployer-extended-database/pull/14

kszymukowicz commented 2 years ago

Tnx!