Dave Conroy

Results 356 comments of Dave Conroy

Let me rebuild the image, it seems to be pulling from the wrong base.

Hi, I took a look at it and there were a few issues, The function you found throwing errors was indeed wrong and trying to install before the DB was...

Thanks, to look into, something is off. It shouldn't be starting Mongo and MariaDB inside the container.

I cant for the life of me recreate this. What's confusing is that your system is taking in random variables to enable MongoDB which in the command line copy you've...

Can you confirm you are starting fresh (ie no external volumes ie data, db, dbbackup logs)? I can add some additional checks if a failed install occurs by bad downloads...

OK thanks for the confirmation. Before I dive into this, can you set DEBUG_MODE=TRUE as an environment variable and send me privately the logs? My email address is in the...

Are you able to go into the container and try `mysql -u$DB_USER -h$DB_HOST -p$DB_PASS` and see if you are able to connect at all? If so, try a `use (yourdatabasename);`...

I just took a quick look at the Freepbx install routines and they do not include an ability to use a different port. This is occurring in this file: `/usr/src/freepbx/installlib/installcommand.class.php`...

Sadly not. That's actually the big hack that I am doing in this image. It's originally intended to be two databases - quite odd that the CDRDB is referencing a...

Seems that someone has submitted a PR to Freepbx for custom DB Ports - Let's see if they accept it. https://github.com/FreePBX/framework/pull/72