Adminer Login clearing CDR data

Status
Not open for further replies.

Nitesh

New Member
Jul 15, 2017
11
1
1
37
I have enabled login in default settings ,
But when I try to login PGsql it gives me
Unable to connect to PostgreSQL server: FATAL: role "www-data" does not exist

I want to clear CDR data , when I click on CDR stats , the CPU usage goes to 100%

Please advice ,
Thanks
 

Attachments

  • Capture.PNG
    Capture.PNG
    13.4 KB · Views: 19

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
I never use adminer but from cli:

Code:
su - postgres
psql fusionpbx

Then execute your query

To exit:
Code:
\q
exit
 

Vishal Pai

Member
May 2, 2017
35
1
8
34
Hi Nitesh

To enable auto login in adminer. You have to first auto login adminer by Advanced -> Default Settings -> Adminer edit Enable = True then save and logout and login again.

You will auto logged in.
 
Status
Not open for further replies.