Adminer Login clearing CDR data

Status
Not open for further replies.

Nitesh

New Member
Jul 15, 2017
11
1
1
39
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
I never use adminer but from cli:

Code:
su - postgres
psql fusionpbx

Then execute your query

To exit:
Code:
\q
exit
 
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.