installation questions

Status
Not open for further replies.

djacob

Member
Oct 31, 2016
43
8
8
50
Bensalem PA , USA
trying a new install , i have not ran one in a long time since pre 4.0.

I have a ubuntu 14.04 server running lxc containers , and on both containers that i installed i get this

Install phase 1 started for FusionPBX
Creating /var/www/fusionpbx/resources/config.php
Executing config.php
Using database as type pgsql
Creating database

Failed to install
error connecting to database in order to create: SQLSTATE[08006] [7] FATAL: password authentication failed for user "root" FATAL: password authentication failed for user "root"

Im not selecting "root" as my username on the webui though. i am using the default fusionpbx.

installed from :

Install Script

Getting Started
Start with a minimal install of Debian 8. Then run the following commands as 'root'.

apt-get update && apt-get upgrade -y --force-yes
apt-get install -y --force-yes git
cd /usr/src
git clone https://github.com/fusionpbx/fusionpbx-install.sh.git
chmod 755 -R /usr/src/fusionpbx-install.sh
cd /usr/src/fusionpbx-install.sh/debian
./install.sh
 
Status
Not open for further replies.