i don't arrive to re-install my 3CX. It send me this message

Status
Not open for further replies.

bahkamena

Free User
Joined
Jul 9, 2021
Messages
2
Reaction score
0
System.Exception: Error in CreatingCloudServerManagementDatabase.sql: 28P01: password authentication failed for user "phonesystem" ---> Npgsql.PostgresException (0x80004005): 28P01: password authentication failed for user "phonesystem" at Npgsql.NpgsqlConnector.
 
Hi @bahkamena,

Can you explain what you're trying to do? Did you uninstall 3CX and you're now trying to install again on top?
 
Yes, i uninstalled it and now i am trying to install but i don't arrive
 
Hi @bahkamena,

Whenever a new package that depends on other packages is installed on the system, the package dependencies will be installed too.

When the package is removed, the dependencies will stay on the system because I am assuming you removed 3CX with command:
apt-get remove 3cxpbx
(without --purge)

The solution to your problem is to remove everything and start from the beginning.
First uninstall 3CX again:
Code:
apt-get remove 3cxpbx --purge

Then also try the following command to also uninstall postgres
Code:
apt-get remove postgres --purge

After doing this, try starting the 3CX installation from the beginning.

If this fails, I suggest scrapping the installation all together and re-deploying it from the 3CX ISO.
 
  • Like
Reactions: Evolute IT
Status
Not open for further replies.

Forum statistics

Threads
111,982
Messages
590,122
Members
164,909
Latest member
Jacob.Ive