Whenever user access PostgreSQL databases then its privileges are set in cpanel account and if user doesn’t going to visit then phppgadmin will not work. Also you have to check cpanel password for space as its going to creating the issue in psql/phpPGadmin.
There is solution to resolve this error :
You have to move pw.cache file and run below command:
Now you have to rename pw.cache files
if we forcefully update the UPCP then it will rebuild pw.cache to current cpanel user.
There is solution to resolve this error :
You have to move pw.cache file and run below command:
Code:
upcp --force.
Code:
mv /var/cpanel/pw.cache /var/cpanel/"pw.cache-"`date +"%Y-%m-%d"`
Code:
/scripts/upcp –force