using pgadmin4 to connect to the db

Status
Not open for further replies.

porrivmi

New Member
Feb 11, 2019
7
0
1
20
Hi i am trying to connect to the db using the PBX´s IP , using database fusionpbx and user fusionpbx with password ( config.php) , but always fails i have open the firewall to enable the connection to port tcp 5432 , could someone help me pls?
 

porrivmi

New Member
Feb 11, 2019
7
0
1
20
ok i could connect using omnidb in the own server using a desktop , is it possible to get the database schema? we need to know in which table are storage the metadates for the recordings calls , thanks your time.
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
Get a bit of cli foo down you :)

Code:
su - postgres
psql fusionpbx
\d v_xml_cdr;
\q
exit
 
Status
Not open for further replies.