Closed trobiyo closed 2 years ago
Hi, @trobiyo Looking good, will take some time in the coming week to test this out, thanks for your contribution!
Looked good, but added a default port in:
public function dbPort()
{
$port = '3306';
All merged, so thank you for your contribution @trobiyo !
The
--db-port
argument is not available when using commands likematomo:install
ordatabase:create/delete
, preventing to connect any external database in order to bootstrap an installation of the Matomo application.I believe this can be a good improvement, specially for those databases offered externally, and not just focus on on those deployed internally or defaulting to the
3306
port.